2
Reply

Which method is used to post a Web page to another Web page?

henary paul

henary paul

12y
1.7k
0
Reply

    if you want to change URL of the web site from Page1.aspx to Page2.aspx use Response.Redirect("Page2.aspx"); otherwise use Server.Transfer("Page2.aspx");

    which method is used to post a web page to another web page?