Connecting Tech Pros Worldwide Forums | Help | Site Map

how can i create a option group in asp.net using c# language.....send me the total co

Newbie
 
Join Date: Nov 2008
Posts: 1
#1: Nov 19 '08
how can i create a option group in asp.net using c# language.....send me the total code and all that.

Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Nov 19 '08

re: how can i create a option group in asp.net using c# language.....send me the total co


Asking for complete source code is frowned upon here. Better do a bit of research, try some code and post here if you get errors with YOUR code.
balabaster's Avatar
Moderator
 
Join Date: Mar 2007
Location: Canada
Posts: 757
#3: Nov 20 '08

re: how can i create a option group in asp.net using c# language.....send me the total co


er... by option group, do you mean RadioButtonList? Seems to me that there's no "creation" to be done.

Just drag an RadioButtonList onto your web form and bind it do a datasource... seems to me there's not much implementation to be done.
Reply