Checkbox in Datagrid column

G

Guest

Anyone have a simple explanation for putting a checkbox onto a datagrid for
one of the columns?

Thanx in advance,
Poe
 
G

Guest

Hi Poewood,

I assume that you are talking about adding a checkbox to a datagrid in
ASP.NET. Let me make this simple...

In the Datagrid, add your checkbox to the TemplateColumn. A TemplateColumn
allows you to define the layout of controls using templates for custom HTML
elements and controls.

If this is not clear / u need some help in code check MSDN / follow the
folloing links...

This is the best. Short and sweet..
http://www.geekswithblogs.net/sgreenberger/archive/2004/11/12/14871.aspx

Need any help, do post a msg back...


Happy Coding
 

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