Hi there
I was reading the "Repeater control Tutorial with example in ASP.Net using C# and VB.Net" here
http://www.aspsnippets.com/Articles/Repeater-control-Tutorial-with-example-in-ASPNet-using-C-and-VBNet.aspx
Could you show me how you would add a RadioButtonList (Yes, No, Maybe) with additional code example to the Repeater example?:
I'm very interested in learning that because it shows data in a vertical grid fashion
Ex:
Name
Address
City
Country
Yes No Maybe (RadioButtonList showing default choice)
Name
Address
City
Country
Yes No Maybe (RadioButtonList showing default choice)
I don’t know how this would be done with a DataGrid or GridView control since they default data horizontally
thx for your time