Tuesday, May 13, 2008

What is wrong with the following line of code?

Visual Basic .NET
Server.Transfer("Default.htm")
Visual C#
Server.Transfer("Default.htm");
You can’t use the Transfer method with HTML pages. It works only with .aspx pages.

No comments: