ASP.NET Binding integer to CheckBox's Checked field

前端 未结 6 1152
Happy的楠姐
Happy的楠姐 2021-01-12 13:11

I have a following ListView item template, in which I am trying to bind integer value to Checked property of CheckBox.

IsUploaded value con

6条回答
  •  遥遥无期
    2021-01-12 13:26

    Kind of a cheesy work around would be to use a drop down list with list items to give the same effect:

    
        
        
    
    

提交回复
热议问题