Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是asp.net的新手
我想问一下我已经在数据库中插入的数据网格视图如何?
像这样的观点之前
后
感谢您的帮助。
好吧,这个问题当然不清楚,但我想您想将来自数据库的值写入您的复选框,并将以下内容添加到您的复选框中。它应该有帮助
checked='<%#Eval("YourCheckboxValueColumnName")%>'