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.
Loading

Suthish NairPosted Dec 22, 2010, 6:19 AM
Then do have if(!IsPostBack) {} check
Vikas AhlawatPosted Dec 21, 2010, 11:57 PM
window.history.back() is working in FX
but not working in Chrome
What can i use in chrome?
Krishna GaradPosted Dec 21, 2010, 5:27 AM
Rajesh KumarPosted Dec 21, 2010, 2:31 AM
HTH
Rajesh
Vikas AhlawatPosted Dec 21, 2010, 1:50 AM
can any one tell me javascript
it is not working what is wrong
Rajesh KumarPosted Dec 21, 2010, 1:16 AM
just need few clarification. here next page means, u r redirecting to another page. and from that page you are click on "Back" button to come to previous page.
if this is the case then your's previous page load event wo'nt fire. and you will not get desired result. you may look into this direction to resolve the mentioned issue.
Thanks
Rajesh