How to style gridview caption?

  • Thread starter Thread starter Bogdan
  • Start date Start date
B

Bogdan

Hi,

Is there a way to apply a style to a gridview caption text? I've used
styles for header, footer, row, etc. I can't find anything obvious for the
caption.

Thanks,
Bogdan
 
Hello Bogdan,

You can apply any style if you know the ID of caption.
use IE Dev Toolbar to find the ID for your caption and that apply your CSS
for this item

---
WBR,
Michael Nemtsev [Microsoft MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


B> Hi,
B>
B> Is there a way to apply a style to a gridview caption text? I've
B> used styles for header, footer, row, etc. I can't find anything
B> obvious for the caption.
B>
B> Thanks,
B> Bogdan
 
Back
Top