M
Marcel Balcarek
I am converting an ASP page to ASP .NET (not a rewrite).
I have renamed my ASP page to ASPX, but have one remaining issue.
My ASP has some functions after the mainline code, but when I run the code I
get the following on the function definition line:
BC30289: Statement cannot appear within a method body. End of method
assumed.
<%
mainline ASP code
..
..
..
Function ChangePassword()
...
End Function
%>
How can I resolve this? Thanks
Marcel
I have renamed my ASP page to ASPX, but have one remaining issue.
My ASP has some functions after the mainline code, but when I run the code I
get the following on the function definition line:
BC30289: Statement cannot appear within a method body. End of method
assumed.
<%
mainline ASP code
..
..
..
Function ChangePassword()
...
End Function
%>
How can I resolve this? Thanks
Marcel