Total Answers and Comments: 7
Last Update: December 09, 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 , shounakbasak , sharath R chandra , Ag2703
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 4 0 Overall Rating: +4
Go To Top