Basically, I would like to find a way to do something like:
<asp:Label ID="lID" runat="server" AssociatedControlID="txtId" Text="<%# MyProperty %>"></asp:Label>
I know that I can install it from the code (by writing lId.Text = MyProperty), but I would prefer to do this in the markup, and I just can't find a solution. (MyProperty is a string property) greetings
Adam Vigh Sep 16 '08 at 15:20 2008-09-16 15:20
source share