Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net Table cell - set font

Hi
I use the following VB.net code to set the width of an ASP.net table
tCell.Width = 100
How do I set the font to "Century Gothic"
The following line gives the error "Property Font is 'Read Only'"
tCell.Font = "Century Gothic"
ASKER CERTIFIED SOLUTION
Avatar of Rikin Shah
Rikin Shah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Worked well. Thanks very much