Hi all,
Im my .aspx page(eg: emp.aspx) i have 2 buttons.
1) populate
2) preview
By clicking on populate button it populates a datagrid control then in the same page it displays the preview button. On the clik event of the preview button am calling a report.
In my report i navigate to different pages using custom toolbar..Also i have an exit button in my tool bar to navigate to emp.aspx page.
Basically am using response.redirect command in my exit button to go that page .
Problem:
If i say response.redirect it re-loads the page frshly and it does not display the populated datagrid and preview button .
wat i want is : when i click on exit button it should go to emp.aspx page which has the poplated grid and the preview button.
any tips?
thanks in advance.
ami.
Im my .aspx page(eg: emp.aspx) i have 2 buttons.
1) populate
2) preview
By clicking on populate button it populates a datagrid control then in the same page it displays the preview button. On the clik event of the preview button am calling a report.
In my report i navigate to different pages using custom toolbar..Also i have an exit button in my tool bar to navigate to emp.aspx page.
Basically am using response.redirect command in my exit button to go that page .
Problem:
If i say response.redirect it re-loads the page frshly and it does not display the populated datagrid and preview button .
wat i want is : when i click on exit button it should go to emp.aspx page which has the poplated grid and the preview button.
any tips?
thanks in advance.
ami.