How do I create a CheckBox column in a WebUI DataGrid?

  • Thread starter Thread starter Jim H
  • Start date Start date
J

Jim H

I have a C# .NET web page with a DataGrid that I want to load with data
either by binding it or adding Items 1 at a time. One of the columns must
be a CheckBox. how do i add a CheckBox column? DataGridBoolColumn is only
for Windows.Forms.

All the examples I found are in ASP.NET

Thanks,
jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top