ASP.NET 2.0 Handling Page Refresh / Back from Data Insertion - Not functioning on most scenarios
Remember back then I wrote a blog on this Page Refresh http://community.sgdotnet.org/blogs/chuawenching/archive/2007/02/04/ASP.NET-2.0-Handling-Page-Refresh-_2F00_-Back-from-Data-Insertion.aspx
Honestly speaking, back then it worked fine with normal nonpostback controls except button. But I had not tried it with MultiViews or even the simplest autopostback control like dropdownlist until yesterday.
Unfortunately it didn't work as I had planned. I had tweaked it but failed to get it to work.
Except you choose not to use dropdownlist with the AutoPostBack enabled and MultiView, maybe it will work. Haha.
More researching on this, and hope I can come into a better conclusion with a complex example. Wonder with Microsoft AJAX will solve this issue or not.
Will keep you guys updated.