how to set previously selected radio button checked in classic asp after page is postbacked
Posted
by Nikhil Vaghela
on Stack Overflow
See other posts from Stack Overflow
or by Nikhil Vaghela
Published on 2010-06-09T22:40:46Z
Indexed on
2010/06/09
22:52 UTC
Read the original article
Hit count: 260
I have never worked on classic ASP and unfortunately i am supposed to modify an old classisc ASP web site.
ASP.Net ViewState does take care of maintaining control's sate automatically. How do i do it in classic ASP ?
I have two radio buttons and a text box placed on my ASP page, when user types in something in the text box based on radio button selection we display different search results. Now what i need is to keep the previously selected radio button as checked after the page is postbacked. How do i do that ?
© Stack Overflow or respective owner