Template Columns in a Datagrid
I have a datagrid that I am binding to a database stored procedure and depending on the conditions a differing resultset is returned. As a result of this I need to programmatically create the Template columns in my datagrid from the code behind page, any ideas how I could do this ?
|