Total Answers and Comments: 6
Last Update: October 14, 2008 Asked by: ushalakshmi
Submitted by : bb.geetha ASP.NET provides the following ways for you to build redirection into your Web pages: Using hyperlinks on pages.
Configuring cross-page posting, which enables you to specify an alternate target page when the current page is submitted.
Redirecting programmatically by forcing the browser to request a different page.
Redirecting programmatically by transferring control to a different page in the same Web application.
Above answer was rated as good by the following members: ponvanaraja
June 25, 2008 08:08:43 #3
bb.geetha
Member Since: May 2008 Contribution: 8
RE: Page Posting ASP.NET provides the following ways for you to build redirection into your Web pages: Using hyperlinks on pages.
Configuring cross-page posting, which enables you to specify an alternate target page when the current page is submitted.
Redirecting programmatically by forcing the browser to request a different page.
Redirecting programmatically by transferring control to a different page in the same Web application.
Is this answer useful? Yes | No 2 0 Overall Rating: +2
Go To Top