Hi all
How can I set an ASP table cell font size to a number?
It takes only System.Web.UI.WebControls.FontUnits
eg:- Large,small,Xlarge etc.
I want to set it as 10,11 etc..
please help
Printable View
Hi all
How can I set an ASP table cell font size to a number?
It takes only System.Web.UI.WebControls.FontUnits
eg:- Large,small,Xlarge etc.
I want to set it as 10,11 etc..
please help
hi
FontUnit.Point(10)
Thanks Marivic.
I thought I tried it with some error.
Now it's working
Thanks again
afterMoon:)