GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET

 Print  |  
Question:  Page Posting

Answer: How do you post a current page to different ASPx page?


June 06, 2008 08:08:43 #3
 bb.geetha   Member Since: May 2008    Total Comments: 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.

     

 

Back To Question