Help!
I have an ASP textbox where the OnTextChanged event is not firing. Here's the call:
<asp:TextBox ID="ApproverCop y" runat="server" CssClass="noSho w" OnTextChanged=" StoreNewTrainin gs" AutoPostBack="T rue"></asp:TextBox></TD>
The event fires if I enter the value manually, but not when I do it programmaticall y in the code behind.
Please help.
Robert
I have an ASP textbox where the OnTextChanged event is not firing. Here's the call:
<asp:TextBox ID="ApproverCop y" runat="server" CssClass="noSho w" OnTextChanged=" StoreNewTrainin gs" AutoPostBack="T rue"></asp:TextBox></TD>
The event fires if I enter the value manually, but not when I do it programmaticall y in the code behind.
Please help.
Robert
Comment