Yes, that's what I'm trying to do -- offer an exclusive choice, i.e. let the user only pick one out of the listed items. BUT ASP.NET doesn't want me to do that ;) (at least it's acting that way). With the RadioButtons (as it is now), the user can still pick all items. I want him only to be able to pick one.
Main Topics
Browse All Topics





by: djhexPosted on 2005-06-03 at 08:16:29ID: 14140473
Use checkboxbuttonlist.
Radiobuttons are excluseive always! at least you make one radiobuttonlist for each option.(baddd practice)