R
Robert Bevington
Hi everyone,
this must be easy, but I can't get it right.
How do I pass the VBvariable created at page_load to the property of a
web control:
.....
<aspropDownList ID="cbo1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="<%=VBVariable%>"
.....
What is the correct syntax for DataTextField="<%=VBVariable%>"?
Best regards
Robert
this must be easy, but I can't get it right.
How do I pass the VBvariable created at page_load to the property of a
web control:
.....
<aspropDownList ID="cbo1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="<%=VBVariable%>"
.....
What is the correct syntax for DataTextField="<%=VBVariable%>"?
Best regards
Robert