consider i am working on serach pages,in that page there is
a search panel(user control) on left side ,that usercontrol
contain textbox and dropdown ,
when the user type any search key in that textbox and hit
enter button on user control,i am just refreshing page and
getting usercontrol textbox value in
in page load event and get search result according to
that.it is a listiong(reffer attachement1)
and clicking on any one of item listed in attachement1,i
show the deatil panel
thease all done in one page it self,means i am using two
panel one for listing, and another for detail
in this situation user in detail panel and click on browser
back button its going to home page not for listing page
i am using Ajax update panel in page
plesae see the att1& att2
Answer Hi
Sorry I was on vacation and busy with my work..
It's very hard to handle the Ajax controls with Back button.
There are various solutions/ways I would suggest you can review the following url will give you some idea how to handle this.