Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Navigate to Previous Page in ASP.NET
Posted

1 solution

Hi,

Try this:
C#
Response.Redirect(Request.UrlReferrer.ToString());

Hope this helps.
 
Share this answer
 
Comments
RajaMuthaiahV 1-Apr-13 7:41am    
It's navigate to previous page but drop-down have All,open,close have three option, it doesn't change
Thomas Daniels 1-Apr-13 7:43am    
What do you mean exactly?
RajaMuthaiahV 1-Apr-13 7:49am    
In my page it's have one grid,drop-down,button drop-down have All , open, Closed options are there,. if click All option some data will load the grid and others same like that ,.. and i have one back button if click go previous view grid data changed but drop down option will remains same ,..
Thomas Daniels 1-Apr-13 7:54am    
I'm sorry, but I've no idea to solve that problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900