Changing the font for a label programmatically

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

I've got an ASP VS 2005 project. I'm trying to figure out how to programmatically change the font of a label. From memory, this was done easily in 2003, but the Font property is read-only.

Can someone please show me how to change the font programmatically?

Thanks
 
It appears to be through the .Name. By changing the .Name property...you change the font.
I've got an ASP VS 2005 project. I'm trying to figure out how to programmatically change the font of a label. From memory, this was done easily in 2003, but the Font property is read-only.

Can someone please show me how to change the font programmatically?

Thanks
 
Back
Top