0
Reply

insertion in database through dynamically created textboxes

adnan

adnan

Apr 24 2009 2:08 AM
4.1k
i'm developing a website application called quiz engine.In one of the webforms called add question i created dynamic textboxes  in a table control. the number of txtboxes depend on the selection of the user at runtime.
when the user clicks the submit button the the data has to be inserted in two tables. the question statement table and options tables.in question table the question statement is entered.
while in the Option tables the data has to inserted in database through the dynamic texboxes. how can i insert these dynamically created textboxes data in database.