Editable Datagrid using dataset

paulhudson

Newcomer
Joined
Jan 11, 2005
Messages
17
I have created a datagrid that is binded when NOT Page.ISPostback using a dataset.

I have created an edit function within the datagrid but the problem is the datagrid does not exist whenever the page is re-loaded. Unfortunately I have not harnessed the power of code behind files just yet and in my urgency I am using inline script.

How can I maintain the dataset so that changes are not lost on each reload of the page without using code behind?

Any help would be appreciated!

Paul
 
Back
Top