Hi Lucas,
The issue is that there are some 'default values' of some input parameters which are being set when the Page is first created...Hence the relevant subroutine is called from the Page_Created event.. I have not deliberately put them in the Page_Appear event since i want this default values for that page to be set only once..... However, in this scenario, since android does not remove the program from memory, from the end-user's point of view , he/she has exited the APP but when they visit the same page, their 'OLDER VALUES' are still shown..because the Page_Created event does not get fired .
This will give a very odd feeling to the end-user and technically also, this is not the way any app should behave...
Requesting for help in this regard.