本文介绍了数据网格视图Vb.net 2008的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我正在以简单的窗口形式工作.我有两个控件,一个是文本框,另一个是datagridview.
要求:
如果发生文本更改,则datagridview列应与文本名称进行比较.
如果我键入josh,则datagridview会过滤所有存储在我的特定数据库表中的名称数据(如josh).
谢谢
Hello Everybody,
I am working in a simple window form. I have take two controls, one is text box and another is datagridview.
Requirement :
On the event of textchange,datagridview coloumn should compare with textname.
If i type josh then datagridview coloumn sould filter all the name data like josh which are in stored in my particular database table.
Thanks
推荐答案
这篇关于数据网格视图Vb.net 2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!