This is 2.0, so GridView would be fine. I really don't care how it works - just that it works!
- I need to read all of the checked boxes to store them in a database table
- I need to hide the Types by default, and toggle visibility based upon if the parent Department is checked
- Later, I'll need to prepopulate this form too
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2006-08-03 at 11:16:17ID: 17244067
1) Are you looking to create something like a GridView (2.0)/DataGrid (1.1)?
2) Would you want to create CheckBox controls in a Repeater?
Bob