What Do I do with VB Script?

Gerteptinuenic

New Member
Hi as you all may know, my VBscript gives me this now in AST.net:<BR>-------------------------------------------------------------<BR>This statement cannot appear within a method body. The compiler will assume an intent to terminate the method body.<BR>-------------------------------------------------------------<BR><BR>That's WAAY too much code to rewrite. Can anyone help me possibly port this over?How are you moving your VBScript to ASP.NET? Could you present a sample page of code? Upgrading to VB.NET language may have some frustrating consquences for old-hat ASP developers (such as making sure to encapsulate the output of Response.Write in parentheses) that may be obvious to people who are stark novices in both. In such a case, I might be able to help.
 
Back
Top