Simple Question: Data Binding to a Radio Button?

  • Thread starter Thread starter David
  • Start date Start date
D

David

I am new to ASP.net and need to know how to handle an issue with Data
Binding to a Radio Button. When bind the datasource to the buttons,
it works, but it runs over into the next control on the page, a submit
button. How can I force the page to make room for a 1 to many buttons
and then proceed with the rest of the page?

Thanks
 
Back
Top