G
Guest
Dear all,
I have a label control on a form for which the .Text property is update from
a dataset field.
Then on the same page I have place an Hyperlink control fore which when
click, it jump to an url with the lable.Text property as parameter
For that I have done it as follow :
</asp:label><asp:label id="lblReelId" runat="server" </asp:label>
</asp:hyperlink id=HyperLink1 runat="server"
NavigateUrl="Event.aspx?ReelId=" &<%# lblReelId.Text%>>Details</asp:hyperlink>
But this donot work...
How can I pass to my url parameter the content of the lable.Text property ?
thanks for your help
regards
serge
I have a label control on a form for which the .Text property is update from
a dataset field.
Then on the same page I have place an Hyperlink control fore which when
click, it jump to an url with the lable.Text property as parameter
For that I have done it as follow :
</asp:label><asp:label id="lblReelId" runat="server" </asp:label>
</asp:hyperlink id=HyperLink1 runat="server"
NavigateUrl="Event.aspx?ReelId=" &<%# lblReelId.Text%>>Details</asp:hyperlink>
But this donot work...
How can I pass to my url parameter the content of the lable.Text property ?
thanks for your help
regards
serge