i have a search form that also has 2 radio buttons. I have the text boxes of the form set to retain the values the user entered by basically setting the input value and the display value the same. However, i need a way to retain the value of the selected radio button after the user presses submit. I know you can do this somehow in PHP with a switch, is there also such a thing in ASP? And what is the syntax?