Bound Field in Bold

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

How can I make a GridView Bond Field to display its text in Bold?

I couldn't find any CssClass or Bold property in the Bound Field.

Thanks,
Miguel
 
Set the <asp:BoundField> element's ItemStyle-Font-Bold attribute to "true"

Hello,

How can I make a GridView Bond Field to display its text in Bold?

I couldn't find any CssClass or Bold property in the Bound Field.

Thanks,
Miguel
 
Back
Top