S
stevong
Hi,
I've a custom user control:
'user1.ascx
<script language="VB" runat="server">
Public str1 as string
Dim conn as System.Data.SqlClient ' But this line hits and error.
What should I do?
</script>
Hello World
I will hit compilation error. What should be the next step? Also, how
do I use custom namespaces in a custom control?
Please advise! Thanks!
I've a custom user control:
'user1.ascx
<script language="VB" runat="server">
Public str1 as string
Dim conn as System.Data.SqlClient ' But this line hits and error.
What should I do?
</script>
Hello World
I will hit compilation error. What should be the next step? Also, how
do I use custom namespaces in a custom control?
Please advise! Thanks!