Hi,gusadolfo
UseOnTextChanged event of the TextBox as an AsyncPostBackTrigger of the UpdatePanel.
Try this:
<Triggers>
<asp:AsyncPostBackTrigger ControlID="TextBox1" EventName="OnTextChanged" />
</Triggers>
Let me know if you need more info.
Hope this helps.
Thank you.
No comments:
Post a Comment