Hi all
<o:p></o:p>
A TYPICAL SCENARIO OF ASP.NET BEHAVIOR?? ANY GUESSES?
<o:p></o:p>
We are facing typical problem in ASP.net page button submit event. We have got 2 pages one for search and other for Add/Edit When the user clicks on search button of search page, On Form Load event gets the data and fills the data grid, then when user clicks the Edit button on data grid, it takes you to edit page.
<o:p></o:p>
Whenever the user wants to click on the browser back button, it goes to search page (previous page), and when the user clicks on search button again from the search page, its firing both form load event and data grid edit event, because of this unexpected edit event, its opening Edit page.<o:p></o:p>
<o:p></o:p>
Any suggestion/idea in this regard will be greatly appreciated.
Thanks & Regards
D. Shyam Benagal