i am developing a mini project in asp.net-c#...in that i have one confusion...how can i visible number of textboxes at runtime to insert records in sql server 2005.
for example...
if i wants 3 textbox at runtime then we can do it easily by putting at the web forms...
but when we retrieves the record from database we dont know the exact number of records to insert into database....
i need to create textboxes dynamically as user specifies the no...if user specifies no of rows to 3, then 3 textboxes should be added onto the web form and also i need to read the text entered later (in my case its marks of the student)....
what is the best method to do it so ? ? thanks