Common Problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I know I've seen the solution for this before, but for some reason I cannot think of the appropriate words to use as a search query. Basically I have a User Control on a page that contains 10 radio buttons the user uses to select a number 1-10. The problem is, of course, that upon the first submit the values are not retained in the radio buttons, but upon the second submission they are. I only wish I still had the project in which I solved this problem originally. Thanks.