本文介绍了如何使用动态创建的文本框的TextChanged事件事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在aspx页面中创建了一个表,每次单击一个链接按钮,新的行将动态添加到表中,其中包含4个文本框。我想为每个文本框获取TextChanged事件,但该事件在文本框的intellisense中不可用,请帮我为动态创建的文本框触发TextChanged事件。

I created one table in aspx page and for each click of a link button new rows will added to the table dynamically which containing 4 Textboxes. I want to get the TextChanged event for each text box but that event is not available in the intellisense for the Textboxes , Please help me to fire TextChanged event for the dynamically created textboxes.

推荐答案


这篇关于如何使用动态创建的文本框的TextChanged事件事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 14:02