B
Bill
I am trying to programatically alter the style of x column headings on a
datagrid. can someone point me in the direction of anything that could help
me determine how this is done?
I have:
- retreived my data
- processed my data
- displayed my data
My desired result would be something along the lines of:
.... <td>Heading 1</td><td class=NewStyle>Heading 2</td>...
I will know what headings I need to alter at the data processing (business)
layer. I will send the information to the web page along with the data to be
displayed. What I can't determine how to do is programatically target a
specific column name.
Any assistance will help keep my sanity.
datagrid. can someone point me in the direction of anything that could help
me determine how this is done?
I have:
- retreived my data
- processed my data
- displayed my data
My desired result would be something along the lines of:
.... <td>Heading 1</td><td class=NewStyle>Heading 2</td>...
I will know what headings I need to alter at the data processing (business)
layer. I will send the information to the web page along with the data to be
displayed. What I can't determine how to do is programatically target a
specific column name.
Any assistance will help keep my sanity.