U
user
Hi,
I've a custom control and here are it's contents:
mypanel.asx
--------------------------------------
<%@ Import Namespace="mylib" %>
<%@ Assembly Src="mylib.vb" %>
<script language="VB" runat="server">
Public strName as String
mylib.mysub() 'This line will cause a compilation error:
Declaration expected
</script>
--------------------------------------
How do I call mysub() inside a custom control?
Please advise!
Thanks
I've a custom control and here are it's contents:
mypanel.asx
--------------------------------------
<%@ Import Namespace="mylib" %>
<%@ Assembly Src="mylib.vb" %>
<script language="VB" runat="server">
Public strName as String
mylib.mysub() 'This line will cause a compilation error:
Declaration expected
</script>
--------------------------------------
How do I call mysub() inside a custom control?
Please advise!
Thanks