Running Page_Load Event
-
Hi All, I am having an annoying problem that hopefully you can explain to me. I have some code in my Page_Load event that load previous data into all the textboxes on a form. I then enter my new data and submit, but for some reason it is clearing all the data in my form before submitting, the only reason that I can come up with is that it is loading the Page_Load event which is populating the form with blanks from my database? Does this make any sense and can I fix this? Thanks, Gavin
-
Hi All, I am having an annoying problem that hopefully you can explain to me. I have some code in my Page_Load event that load previous data into all the textboxes on a form. I then enter my new data and submit, but for some reason it is clearing all the data in my form before submitting, the only reason that I can come up with is that it is loading the Page_Load event which is populating the form with blanks from my database? Does this make any sense and can I fix this? Thanks, Gavin
-
That solves it.. Thanks, Is there a decent reason on why it is running the Load_Page after I push submit and before the actual submit?
-
That solves it.. Thanks, Is there a decent reason on why it is running the Load_Page after I push submit and before the actual submit?