Page p = new Page();

  • Thread starter Thread starter Steph
  • Start date Start date
S

Steph

hello,
i want create a aspx object page for manipulate it.

like :
Page p = new Page();
p.LoadPage("~/mypage.aspx");
and after i can modify manually all control, header etc.. and save it.

how do ?

thancks
 
Back
Top