国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C# > 正文

c#獲取gridview的值代碼分享

2020-01-24 03:00:20
字體:
來源:轉載
供稿:網(wǎng)友

GridView設置如下:

復制代碼 代碼如下:

<asp:GridView ID="GridViewlb" runat="server" AutoGenerateColumns="False" CssClass="tabblue" ShowCellToolTip=" True"
                EmptyDataText="暫時沒有記錄!" Width="100%"  Height="100%" AllowPaging="True" OnPageIndexChanging="GridViewlb_PageIndexChanging"
                DataKeyNames="id" PageSize="26" OnRowCreated="GridViewlb_RowCreated" OnRowDataBound="GridViewlb_RowDataBound"
                AllowSorting="True">

              <Columns  >
                    <asp:BoundField DataField="id" HeaderText="編號"  />
                    <asp:BoundField DataField="type" HeaderText="類型" />
                    <asp:BoundField DataField="item" HeaderText="項目" ></asp:BoundField>
                    <asp:BoundField DataField="detail" HeaderText="內容" >
                          <ItemStyle Width="100px" />
                          <ItemStyle Width="120px" />
                    </asp:BoundField>
                    <asp:BoundField DataField="basescore" HeaderText="基本分" />
                    <asp:BoundField DataField="stdevaluation" HeaderText="評分標準" />
                    <asp:TemplateField HeaderText="打分" >
                          <ItemTemplate>
                                <asp:TextBox  id="textbox1" runat="server" Text="" Width="80%" Height="24px"></asp:TextBox> 
                          </ItemTemplate>
                        <ItemStyle Width="50px" />
                    </asp:TemplateField>                  
              </Columns>
</asp:GridView>

獲得GridView中TextBox的值:

顯然這里是模板列,可以利用:

復制代碼 代碼如下:

string str = ((TextBox)(this.GridView1.Rows[行號].Cells[6].FindControl("textBox1"))).Text.Trim();

如果不是模板列,可以利用

復制代碼 代碼如下:

string str = this.GridView1.Rows[行號].Cells[6].Text.Trim();

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 西宁市| 新沂市| 潍坊市| 呼玛县| 区。| 丰原市| 安塞县| 四川省| 和平区| 炎陵县| 渑池县| 体育| 湘潭县| 梨树县| 临湘市| 班玛县| 阿拉尔市| 泸溪县| 宣威市| 稻城县| 大石桥市| 绥阳县| 河池市| 彭州市| 鱼台县| 六枝特区| 宝兴县| 三河市| 武川县| 思茅市| 东台市| 金堂县| 左云县| 泸西县| 当涂县| 安国市| 清镇市| 南丰县| 林州市| 锦屏县| 时尚|