<asp:Repeater ID="GridView1" runat="server">
                            <HeaderTemplate>
                             <tr>
   <th scope="col">
                                     <input )%>' />

 

 

 

 for (int i = 0; i < GridView1.Items.Count; i++)
        {
            if (((System.Web.UI.HtmlControls.HtmlInputCheckBox)GridView1.Items[i].FindControl("checkbox")).Checked)
            {
                string sql = "update OrderBase set orderstate='已接收' where )).Value;
                fun.GetFunction().ExecuteSql(sql);
            }
        }

相关文章:

  • 2022-01-02
  • 2021-12-09
  • 2021-12-09
  • 2021-08-14
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2021-10-04
  • 2022-12-23
  • 2021-12-09
  • 2021-11-21
  • 2021-11-12
相关资源
相似解决方案