Where are the DataValueField values for a CheckBoxList stored?

前端 未结 10 2073
旧时难觅i
旧时难觅i 2020-12-16 06:42

I have this CheckBoxList on a page:



        
10条回答
  •  感情败类
    2020-12-16 07:14

    To avoid hacking the checkbox list just use a repeater as such:

    
    
    <%# Eval("Value") %>
    
    
    

提交回复
热议问题