help me

how can i show previous page,when i clicked on the back button.... I am new in ASP.net..... I am using asp.net 1.1 version

1 Reply

AD Administrator Syncfusion Team June 2, 2006 11:13 AM UTC

>how can i show previous page,when i clicked on the back button.... I am new in ASP.net..... >I am using asp.net 1.1 version when u go from webform1 to webform2 u write----response.redirect("webform2.aspx?ab=" & "webform1.aspx") when u reach at webform2 in page load of webform2 u write dim url as string url=request.querystring("ab") hyperlink1.navigationurl=url

Loader.
Up arrow icon