Return to previous page

  • Thread starter Thread starter =?ISO-8859-1?Q?S=EDmun_D._Simonsen?=
  • Start date Start date
?

=?ISO-8859-1?Q?S=EDmun_D._Simonsen?=

Hi,

Hope somebody can help.

After calling a new form, from a link in a record, shown in a
datagrid, set up with paging, how can I return to the previous page
with the datagrid opened with the previous page, and not the first?

Thanks

Símun
 
My bind is wihin a !IsPostBack and EnableViewStat is set to True.

But can it be how I return to the page? I use
Response.Redirect("frmInfo.aspx") or
Response.Redirect(Request.UrlReferrer.ToString()) from a button to
return back to the previos form!
 
Back
Top