简体   繁体   中英

How to add checkbox(input html control) which will be appear dynamically in datatable in asp.net?

I want to know how to add checkbox(input html control) which will be appear dynamically in datatable. Can anyone explain it?

In the datatable you can't add a checkbox control or any other control. But You can add a column which will be of boolean type (True/False). Which will be what you are expecting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM