naikpalak722
New member
- Joined
- Feb 5, 2008
- Messages
- 1
- Programming Experience
- 1-3
Hi all,
I need to create follwing controls dynamically by coding in VB.NET (I dont need to do it in aspx page)
Dropdownlist
checkbox
radio button
text field
rating
ranking
rubric
for each control that is created, the result should be displayed from the database
also i need to check if the required field validator is checked from another class where the control selection is made from
eg. lets say the control selection from the admin class is dropdown list with a required filed bit set to true then in my user class i need to display the dropdown list, get the list from the database and check if the admin have set the required field bit set to true
Any help would be appreciated....
I need to create follwing controls dynamically by coding in VB.NET (I dont need to do it in aspx page)
Dropdownlist
checkbox
radio button
text field
rating
ranking
rubric
for each control that is created, the result should be displayed from the database
also i need to check if the required field validator is checked from another class where the control selection is made from
eg. lets say the control selection from the admin class is dropdown list with a required filed bit set to true then in my user class i need to display the dropdown list, get the list from the database and check if the admin have set the required field bit set to true
Any help would be appreciated....