CheckBox Checked state inside gridview

前端 未结 2 1983
眼角桃花
眼角桃花 2021-01-29 03:25

I have a simple gridview

            

        
2条回答
  •  不要未来只要你来
    2021-01-29 03:48

    Try this:

    Check Wheather you have put your code for binding data to GridView in

    If (!IsPostBack)
    {
         //Code for Binding Data to GridView 
    } 
    

提交回复
热议问题