A
argeam
Hi all,
What i'm trying to do is as follows:
1) 3 txtboxes, 1 Add button, 1 Submit button, 1 datagrid
2) when the page loads, the user will be able to type in texts in all
3 textboxes.
3) Then the user clicks on add button, the data that the user just
type will be shown in the datagrid.
4) the items will add on whenever user clicks on add.
5) then after which the user has finished with the adding then he will
click on submit button and only then the records in the datagrid will
be inserted/added into the database.
NOTE: All the while the datagrid is disconnected to the database its
only when the user clicks on submit then it will be connected to the
database. I'm using vb.net, asp.net, ado.net and sql server.
Hope there will be someone to help me as i've also been searching for
the ans for a few weeks. really appreciate that someone might be able
to help me! Thanks!
What i'm trying to do is as follows:
1) 3 txtboxes, 1 Add button, 1 Submit button, 1 datagrid
2) when the page loads, the user will be able to type in texts in all
3 textboxes.
3) Then the user clicks on add button, the data that the user just
type will be shown in the datagrid.
4) the items will add on whenever user clicks on add.
5) then after which the user has finished with the adding then he will
click on submit button and only then the records in the datagrid will
be inserted/added into the database.
NOTE: All the while the datagrid is disconnected to the database its
only when the user clicks on submit then it will be connected to the
database. I'm using vb.net, asp.net, ado.net and sql server.
Hope there will be someone to help me as i've also been searching for
the ans for a few weeks. really appreciate that someone might be able
to help me! Thanks!