Hi there
I see this site has basic code tutorials as separate concepts. I was looking for something like RadioButtonList in DataList, Repeaters on WebForm pages
I'm looking for a code example to render the following:
Jane Doe Employee Name
123 Main Str Address
Vancouver City
Canada Country
x Female Male (Gender - 1 or 2, RadioButtonList)
I'm using the standard Northwind database
I have searched the net for this and have found code "snippets" and "fixes" to the Repeater bug with Radio Buttons, and having the "GroupName" for the RadioGroup, but I haven't found a complete example I can download and learn from.
Any help would be great!
thx for your time ;-)