Change Textbox to Checkbox in datagrid

J

Jerry H.

Hi Anastacia...

You didn't indicate what version of NET framework you are using, but
you should look at the newer "DataGridView" object in the 2.0 framework
- it's a souped up Datagrid in most respects.

You can present your columns in Checkbox, Combobox, Text, Button, Link
or Image types...the Checkbox should take care of what you need.
 

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

ADO.Net 1
qst 1
problem wuth oracle 9i 1
Re-Sorting a filtered Datagrid 1
C# dataset to database column types 1
copy folder in c#.net using scrrun.dll 2
c# wrapi 1
insert data into master detail entry form 1

Top