Vikas Ahlawat

Vikas Ahlawat

  • NA
  • 564
  • 809.3k

page Redirect problem

Dec 21 2010 12:34 AM
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)