RadioButtonList & SQL question
I have a RadioButtonList that has four values 1, 2, 3, and 4. Which are saved in a Banking column in an SQL database. When the user selects one of the four values I need the code behind to check the Banking column and determine if that particular value has been selected more that 10 ten times (by other users stored in the database) and if so display a message to the user asking them to make another choice.
What would be the best way to accomplish this?
rdove84
|