From: SourceForge.net <no...@so...> - 2011-10-27 08:52:25
|
Bugs item #3429221, was opened at 2011-10-27 16:52 Message generated for change (Tracker Item Submitted) made by zy8008 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: zy8008 (zy8008) Assigned to: Nobody/Anonymous (nobody) Summary: textbox ontextchanged has error Initial Comment: I'm sorry my english is not good I use anthem textbox in my page,but textbox ontextchanged can't autocallback,when another textbox have html code value. my code: ASPX: <anthem:TextBox ID="TextBox2" runat="server" text="<a>test</a>"></anthem:TextBox> <anthem:TextBox ID="TextBox1" runat="server" AutoCallBack="true" ontextchanged="TextBox1_TextChanged"></anthem:TextBox> <anthem:Label ID="Label1" runat="server"></anthem:Label> C#: protected void TextBox1_TextChanged(object sender, EventArgs e) { Label1.UpdateAfterCallBack = true; Label1.Text = TextBox1.Text; } Please help me ! thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782464&aid=3429221&group_id=151897 |