hi all, i am using Visual Studio 2005. i have to associate the values retrived from the database according to an Sql Select command with the radiobutton list. Please can anyone help me out with it...
hi all, i am using Visual Studio 2005. i have to associate the values retrived from the database according to an Sql Select command with the radiobutton list. Please can anyone help me out with it...
If you are using sqlDataSources you can use a ControlParameter to associate a control to a sql parameter If you are writing your code to retrieve the records, just use the radiobuttonlist.selectedvalue in your query