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
 
Turn off the Page's Flow Layout, then remove all of the Top, Left
attributes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top