How to open aspx file within code ?

  • Thread starter Thread starter hoz
  • Start date Start date
Hi hoz:

Look at HttpServerUtility.Execute (you can get a reference to an
HttpServerUtility object with the Server property of a webform).
 
Back
Top