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?


October 10, 2008 08:50:38 #6
 johnanvert   Member Since: September 2008    Total Comments: 4 

RE: Page Posting
 
This method to use post the value in another page
 PostBackUrl="~/TargetPage.aspx"

     

 

Back To Question