6
Answers

page Redirect problem

Vikas Ahlawat

Vikas Ahlawat

13y
8.7k
1
I m using dataset in my page and

                DataSet ds = new DataSet("DataSet");  //dataset belong to another dataset
                ds.Tables.Add(dtxml);
                ds.Tables.Add(dtarllogo);
..........................
.....................
when i go to the next page and click the back button then error(dataset belong to another dataset)
So where can i declare dataset to resolve this problem that when i came back then this error not occur.

Answers (6)