文本框更改的事件未在更新面板中触发
问题描述:
你好,
我在ajax更新面板中使用了按钮和文本框.当用户单击按钮时,显示模型会弹出新页面.形成该页面的用户选择(单击)该值的值已设置到父页面文本框中,此时该文本框更改事件未触发.
Hello,
I have use button and text box inside ajax update panel. when user click on button it display model pop up the new page. form that page the user select(Click on) value that value is set into the parent page text box at that time the text box changed event not fire.
答
整个页面进入更新面板或使用更新触发器
whole page take under a update pannel or use update trigger
我认为您错过了一些内容.
将AutoPostBack ="true"添加到文本框
为适当的对象添加AJAX触发器
检查并告知我们
I think you missed something.
Add AutoPostBack="true" to the textbox
Add AJAX Trigger for the appropriate object
Check & let us know