Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if(radioButtonList.SelectedIndex==0)
{
   //the code that i need its support to be here;
}
else
{
   //same code again;
}
Posted
Updated 31-Jul-12 7:21am
v2
Comments
Albert Holguin 31-Jul-12 13:23pm    
This is somewhat a broad question... do you know how to populate a dropdown list? Do you know how to access a database? What type of database? ...provide more details and narrow the scope of your question.

1 solution

Try with the following:
Several Ways to populate DropDownList Controls
How to dynamically populate DropDownList
Populate DropDown List from Database in ASP.NET & C#
Populating a dropdown box in C#

Try to get the process from above links and implement according to your requirement.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900