ASP FormsAs of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have a dynamically generated dropdown form , my question is how do I keep the users selection live after it has been processed
Ie:
1st option is 1
2nd option is 3
3rd option is 5
4th option is 7
5th option is 9
If user select optrion Five I want that to be sticky in the drop down box after the code has generated the page required so that the user can keep that option but change the order by clause
please
From the above post, its difficult to understand what exactly
you want to achieve. Anyways, i concluded that you want to
retain the selection in the dropdownlist after postback.
If so, set the EnableViewState property of the dropdownlist
to true.