views:

43

answers:

1

I need to replicate the following in ASP.NET WebForms using a GridView.

alt text

But I am not sure where to start. Basically I need 3 columns. The checkbox (which sometimes needs to be disabled), and 2 standard text columns.

I've gone through the tutorial and I can see how to basically dump text data into a GridView, but not clear on how to implement checkboxes, particularly ones that needs to be disabled once in a while.

And I have to replicate the style of the screenshot (e.g. border on the bottom). Having trouble with that as well.

How do I swing something like that?

+2  A: 

Here is a nice article on Adding a GridView Column of Checkboxes

rahul
+1 Not seen that one before - it *is* a nice article
PhilPursglove