Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working asp.net application, I have master page and content page.. In the master page i added one dropdown list and based the dropdown values i redirecting into content page using the response.redirect method. Now i want to maintain the same value in the dropdown list..how can i achieve this?

Thanks in advance.
Posted

1 solution

You'll need to persist the value in some manner, either using viewstate, session state or some other mechanism. Start with enabling viewstate on the the dropdown
 
Share this answer
 
Comments
raju melveetilpurayil 22-Nov-11 9:28am    
said right.. my +5

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