datagrid and web controls

P

Phil Townsend

I have a datagrid control that gets populated from a dataset in a
code-behind file. In addition to some text fields the data contains
three smallint fields that can either be a 1 or 0. When the datagrid
gets populated I want a checkbox to be displayed for those fields that
is either checked or unchecked depending on whether the smallint field
is zero or one. I've not done anything like this before. Can anybody
help? Thanks!
 

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

Similar Threads


Top