0514-86177077
9:00-17:00(工作日)
asp:BoundField>用cell[2].text取到值。但asp:HyperLinkField>和asp:ButtonField>通过cell[0].Text和cell[13].Text取的值都是""。应如何取到值呢?
首先将ButtonField按钮的连接改为Button模式,然后就可以通过以下语句得到text值Response.Write(((HyperLink)e.Row.Cells[0].Controls[0]).Text);
Response.Write((Button)BStationGridView.Rows[RowIndex].Cells[13].Controls[0]).Text);
标签:常德 石嘴山 保定 沈阳 葫芦岛 招商 昆明 鹤岗
上一篇:Access数据库不能写不能更新的解决方法
下一篇:四种数据库随机获取10条数据的方法