本文介绍了如何捕获在DataGrid视图的单元格中键入的文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在datadrid视图单元格中,我试图根据该单元格中键入的单词来实现类似于文本框的textchange的效果,以显示列表
In datadrid view cell i am trying to give effect like textchange of textbox for displaying list according to the word typed in the cell
How to do this???
推荐答案
TextBox txt=(TextBox)Datagridname.Items[cellposition].FindControl("Name of the text box");
//
如果此答案对您有帮助,请投票.
如有疑问请回复.
问候
Pavanraje Dongare
Vote if this answer is helpful to you.
Reply if have any doubts.
Regards
Pavanraje Dongare
这篇关于如何捕获在DataGrid视图的单元格中键入的文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!