FederalProgrammer
Programmer
I have a variable in my code form: blah.ascx.vb
I want to be able to access this variable in my html code: blah.ascx
how can this be done?
eg:
in ascx.vb
dim blah as integer = 102
in ascx:
<asp:label ... text = #blah>
---------------
I want to be able to access this variable in my html code: blah.ascx
how can this be done?
eg:
in ascx.vb
dim blah as integer = 102
in ascx:
<asp:label ... text = #blah>
---------------