I'm updating a customer Web UI control to include a GridView. In this GridView I require a check box column. Normally this is an easy task but placing the declaration in the aspx page however I need to be able to do it in the code behind.
Is this possible?