Link to home
Start Free TrialLog in
Avatar of GWebHMP
GWebHMP

asked on

Using VB.net how can i show form with empty table ( 10 rows) on page load and insert that in database

I have to build the form using vb.net, where on the load it  supose to show 10 empty rows at a time with multiple columns (textboxes and drowpdown ), when user click "next" button it suppose to show another 10 rows and with "previous" button click it suppose to show the first 10 items that user already have entered. And finally when submit clicks, insert all this information in database. Any help would be greatly appreciated. Thank you in advance.
ASKER CERTIFIED SOLUTION
Avatar of Anurag Thakur
Anurag Thakur
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GWebHMP
GWebHMP

ASKER

thank you Ragi for your help. I have worked with grids to bind the data and update/delete rows or add the single row. But now in this case i have to start with empty rows so user can add informations in as many rows as they need and then upon submit it suppose to store that in system. Its like data entry form. As it starts with empty rows i dont think i can use datagrid, so may be table or something which i am not getting clear idea, which way to follow.
if you go through my comments in the above EE liink i am mentioning about data entry only by using the gridview