T
Tony WONG
This is a Label in ItemTemplate
i wish to use javascript to put <%# Eval("Organization") %> in a textbox
How can i take the text value of <%# Eval("Organization") %>?
put this - onmousedown="alert(<%# Eval("¥Ó½Ð¾÷ºc") %>)" ???
thanks for any ideas?
***********************
</asp:Label>
i wish to use javascript to put <%# Eval("Organization") %> in a textbox
How can i take the text value of <%# Eval("Organization") %>?
put this - onmousedown="alert(<%# Eval("¥Ó½Ð¾÷ºc") %>)" ???
thanks for any ideas?
***********************
<asp:Label ID="Label2" runat="server" Text='<%# Eval("Department") %>'></asp:Label>
</asp:Label>