asp.net中取得gridview选中的值

想在asp.net中取得gridview选中行的值传给后台,求帮助!ProtectedSubGridView1_RowDataBound(ByValsenderAsObj... 想在asp.net中取得gridview选中行的值传给后台,求帮助!

Protected Sub GridView1_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles GridView1.RowDataBound

If (e.Row.RowType = DataControlRowType.DataRow) Then
'e.Row.Attributes.Add("onclick", "this.style.backgroundColor='yellow'")
'e.Row.Attributes.Add("onmouseup", "this.style.backgroundColor='white'")
e.Row.Attributes.Add("onclick", "if(window.oldtr!=null){window.oldtr.runtimeStyle.cssText='';}this.runtimeStyle.cssText='background-color:#e6c5fc';window.oldtr=this")
' Dim drv As System.Data.DataView = CType(e.Row.DataItem, System.Data.DataView)
End If
' textbox2.Text=GridView1.Rows[e.RowIndex].Cells[Colunm0].Text
TextBox2.Text = GridView1.Rows(1)
' e.Row.Attributes.Add("onclick", "var gdview=documentgetElementById("<% =gdviewClientID %>"); var value=gdviewrows(rowIndex)cells(列号)innerText; ")
End Sub
展开
 我来答
百度网友60a5940
2015-03-05 · TA获得超过218个赞
知道小有建树答主
回答量:282
采纳率:100%
帮助的人:174万
展开全部
dataGridView1.CurrentRow.Cells[0].Value.ToString();

0代表gridview里边的第一列,想取那一列把0换成对应的列即可。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式