hi, i have a textbox which is populated by javascript on the client side. but, i want to start a sub on server side when javascript changes the text, like autopostback. this textbox will be hidden so there is no way to control it with keyboard. is there a way to trigger that when text is changed??
<asp:textbox id="zminy" AutoPostBack="true" OnTextChanged="operateMap" runat="server"/>
<asp:textbox id="zminy" AutoPostBack="true" OnTextChanged="operateMap" runat="server"/>