Changing the font for a label programmatically

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
 
R

Randy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top