R
Raghu Raman
Hi ,
i have a class and has a method which accepts a qry and results a
dataset.In my aspx page,i have a dataset .am filling this dataset by
calling that class in the pageload event.is working nice .
since the dataset is the object, holds disconnected data, i am trying
to get the data from that dataset in the buttons click() event . but
there is no data in teh dataset.
the problem is it just empty the dataset after any event .i need that
data set should hold the data for ever in that page.
could u pls tell me how to do that.
With thanks
a drop in the ocean
i have a class and has a method which accepts a qry and results a
dataset.In my aspx page,i have a dataset .am filling this dataset by
calling that class in the pageload event.is working nice .
since the dataset is the object, holds disconnected data, i am trying
to get the data from that dataset in the buttons click() event . but
there is no data in teh dataset.
the problem is it just empty the dataset after any event .i need that
data set should hold the data for ever in that page.
could u pls tell me how to do that.
With thanks
a drop in the ocean