I have used datasets in vb.net applications and now I am trying to do the same in asp.net.
On a web page I create a dataset and populate a few text boxes. When the user clicks a button and the page is posted back the dataset does not exist anymore (yes, I am new to asp.net). Is it correct that I have to create the dataset again when the page is posted back...?
On a web page I create a dataset and populate a few text boxes. When the user clicks a button and the page is posted back the dataset does not exist anymore (yes, I am new to asp.net). Is it correct that I have to create the dataset again when the page is posted back...?