我需要在“网格"视图中检索选定的单元格

问题描述:

在我的网站上,我使用网格视图.
然后从数据库中添加两列,然后在网格"视图中添加一个复选框"和下拉列表".(编辑模板)
当我从DropDown列表中选择一个值时,则需要检索相应的值.
行值

In my web site I use a Grid view.
And I add two columns from database,and add a Checkbox and Drop Down list to Grid view.(Edit Template)
When I select a value from DropDown list ,then I need to retrieve corresponding .
rows values

转到此处:
MSDN:GridView类 [ ^ ]

您将在此处找到许多Gridview的示例/操作.
Go here:
MSDN: GridView Class[^]

You will find lots of examples/operations of Gridview there.