Hello
I am integrating a component developed using classic asp into my asp .net application. I use an iframe to display the content of the *.asp page. The problem is that the vb code gives me compilation errors. For example: "BC30289: Statement cannot appear within a method body. End of method assumed.". This is my code:
<%Function GetRandomValue()
'-- testEnd Function%>