Dynamic checkboxlist
- by Steve
Hi,
I am currently building a dynamic url tab system that user can say what urls they want to be displayed on a tabpage control.
In the database i have the following columns.
userID, int
URLName var
Enabled bit
I am pulling the data back ok but what i am trying do is populate a checkbox list with the urlname and its status on a user options…