storing data client side
Hi!
I am new to .net.
I need urgent help with some coding.
What I have to do is to display the data, entered by a user, in a data grid on the same page, when the user clicks on the save button.
But I can not access any database for this purpose.
se I have created a datatable to load the datagrid. But my problem is that every time the save button is clicked, the previously entered data is erased. This means that my datagrid is effectively displaying only one row at any time.
I read somewhere that hidden fields can be used for this purpose. But i know nothing about them.
Can someone tell me how to go about this?
Any suggestions will be highly appreciated.
Thanx.
|