Microsoft Visual C#, C#.Net Interview Questions and Answers
C#.Net C#, ADO, ASP, Frequently asked questions
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment