UncleRonin
Well-known member
I've only just started using ASP.NET so I'm not clued up on all the syntax and stuff like that. What I'm trying to find out is if there is some way to pass an existing variable as a value in a server tag?
For example:
Is there some way to do this? Geh.
For example:
VB.NET:
Dim Refresh as Integer = 10
<asp:Timer Interval="<% Refresh %>" />
Is there some way to do this? Geh.