Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shulink
Starting Member
12 Posts |
Posted - 2007-12-09 : 19:31:03
|
Hi, I have a question about the back button on internet explore. For example, if I have a page called index.aspx, and there is a link in the index.aspx called updateProfile.aspx to update user profiles. updateProfile.aspx has data binding which allows the user to view and update the profile. If I update the profile 3 times in updateProfile.aspx, I will have to click the back button in internet explore 3 times in order for me to get back to the index.aspx page. I have other pages using datalist, datagrid and viewgrid that behave the same way. Is there a way to avoid that so that I can only click once to go back to the previous page. |
|
JBelthoff
Posting Yak Master
173 Posts |
Posted - 2007-12-18 : 10:36:11
|
Can't you place a link pointing to index.aspx inside UpdatePrfile.aspx? Then you can simply click that link no?JBelthoff• Hosts Station is a Professional Asp Hosting Provider› As far as myself... I do this for fun! |
|
|
shulink
Starting Member
12 Posts |
Posted - 2008-01-02 : 20:57:51
|
thanks, yah I can do that. I was just wondering if there is a better way to do that since users are so used to the back button on the internet explore. |
|
|
|
|
|