:rogramming in VB.NET using Web Matrix::
I want to insert a record into a table. The form to collect the information is my problem. It will contain over 100 textboxes filled with information.
What's the best way to create a input form?
1. Manually create each text box and connect it to the table.
2. Use a data list control & create a template that is based on the table to insert into. Then the textboxes are already linked to the table fields. All I would need to do is call the update function.
3. Any suggestions?
Remember, I'm a newbie and have no idea what I'm doing so point me to the door and I can open it! Thanks for any help!
Josh
I want to insert a record into a table. The form to collect the information is my problem. It will contain over 100 textboxes filled with information.
What's the best way to create a input form?
1. Manually create each text box and connect it to the table.
2. Use a data list control & create a template that is based on the table to insert into. Then the textboxes are already linked to the table fields. All I would need to do is call the update function.
3. Any suggestions?
Remember, I'm a newbie and have no idea what I'm doing so point me to the door and I can open it! Thanks for any help!
Josh