Well yes it is possible. You would simply be assigning a boolean value of true or false to which ever chechbox was selected. The logic needed to do this is simple really. What can make this more complicated is if someone can only have one permission and not another or only certain permissions based upon previous selections.
After you define the logic for this, the easy part really, is inserting the data into the database.
What language are you using?
Main Topics
Browse All Topics





by: guru_samiPosted on 2009-06-19 at 12:03:44ID: 24669069
I don't think there is any direct way.
One way to go is using multiple checkBoxLists.
Get Data From your DB. Split them into multiple arralists (or similar) and then Bind them to individual CBLists.
Or individual SqlDataSource for each list (which will be on DB call for each CBL..not a good idea)
Select allOpen in new window