M
msch-prv
Sorry, I am a ASP.NET newbie.
Is it possible to chain args in a text attribute so that they don't
have to be re-initialized in a separate script? Ideally, given a
formview, I would like to concatenate different variables in a single
string:
<asp:FormView id="frm1" DataSourceID=".." Runat= ...>
<asp:Label ... Text='Tex1' & '<%# Bind("Var1") %>' & 'Text2' & '<%#
Bind("Var1") & ...' />
Is there a work-around?
TIA, Mark
Is it possible to chain args in a text attribute so that they don't
have to be re-initialized in a separate script? Ideally, given a
formview, I would like to concatenate different variables in a single
string:
<asp:FormView id="frm1" DataSourceID=".." Runat= ...>
<asp:Label ... Text='Tex1' & '<%# Bind("Var1") %>' & 'Text2' & '<%#
Bind("Var1") & ...' />
Is there a work-around?
TIA, Mark