本文介绍了如何检索"TextBox1"在gridview中,并在页面加载时为其指定一个值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
基本上我想检索"TextBox1",将其添加到gridview的一列中(gridview从sqldatasource加载数据)
并指示基本的"TextBox1"在计算值上...因此,当页面加载时,"TextBox1"应显示计算值... sO现在是我如何检索该"TextBox1"
Basically I want tO retrieve a "TextBox1" which I add in to one of the column of the gridview(the gridview load it data from sqldatasource)
and indicate the "TextBox1" basic On a calculation value ...so when Page load the "TextBox1" should have show the calculated value...sO now is how am I going to retrieve that " TextBox1"
推荐答案
这篇关于如何检索"TextBox1"在gridview中,并在页面加载时为其指定一个值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!