I am using Microsoft.Phone.Controls.DatePicker to pick a date in my form. Each time I select a date and press “Ok”, the whole page reloads. Is there any way that can be used to avoid the page_load in my application after picking a date.
Thank you.
I am using Microsoft.Phone.Controls.DatePicker to pick a date in my form. Each time I
Share
This is what worked for me: In your OnNavigatedTo method, run the functions you want only if you’re loading the page for the first time.