|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Passing dataset between two web forms in c#Hi all...
I wan to pass a dataset from one web form to another. i had tried with the session object but it didn't worked out....Please help... I thing its a serious problem in ADO.net and asp.net... Waiting for your response... Than u... Hi,
> I wan to pass a dataset from one web form to another. i had tried with It should work,> the session object but it didn't worked out....Please help... > I thing its a serious problem in ADO.net and asp.net... > Waiting for your response... Did you try DataSet myDataset = (DataSet) Session.Item("MyPassingDataSet"); Watch typos, Cor What problem happened with Session state? Here's a quick sample of how to
use them without running the risk typing errors http://msmvps.com/blogs/williamryan/archive/2005/11/06/74530.aspx <vvys***@gmail.com> wrote in message Show quote news:1141292377.519012.216790@i40g2000cwc.googlegroups.com... > Hi all... > I wan to pass a dataset from one web form to another. i had tried with > the session object but it didn't worked out....Please help... > I thing its a serious problem in ADO.net and asp.net... > Waiting for your response... > Than u... > |
|||||||||||||||||||||||