本文介绍了在C#中选择特殊的行和列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含GoodsID和GoodsName的表.在我的表格中,我有一个texbox.当我输入GoodID时,它将显示GoodsName.但是想像一下我们是否不知道我们的GoodsID.所以我做了一个搜索按钮.当我单击此按钮时,它将显示一个新表单,以便我可以通过键入GoodsName来搜索GoodsID.现在的问题是,当我找到我要使用的GoodsID时,如何通过单击该单元格来显示此GoodsID.
任何帮助将不胜感激.
在此先感谢

I have a table which has GoodsID and GoodsName. in my form i have a texbox. when i enter the GoodID it will show the GoodsName. but imagine if we don''t know our GoodsID. so i made a search button. when i click on this button it will show a new form so that i can search GoodsID by typing GoodsName. now the question is when i find my intention GoodsID how can i show this GoodsID by clicking on the cell.
any help will be appreciated.
thanks in advance

推荐答案



这篇关于在C#中选择特殊的行和列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-14 22:01