I have a database containing TextBox Name (String), TextBox Label (String) And Will be Required(Boolean).
I have added 3 records means 3 text boxes in database.
How can I -
1) Display the textboxes, label and required field validator and
2) Get the data from that text box to save the data in Db in another table.
Please help.
Go to the complete details ...