Well organized easy to understand SQL. Including ASP.NET , SQL Server. Related: HTML, CSS, JavaScript, ASP, XML...
Friday, 6 June 2014
Which method is used to post a Web page to another Web page?
The Respose.Redirect method is used to post a page to
another page, as shown in the following code snippet: Response.Redirect("DestinationPageName.aspx");
No comments:
Post a Comment