H
Harley
how do you set the font for a label control in VB.NET/ASP.NET?
im trying:
label1.font = new system.drawing.font ("Arial",10)
as stated in the sample code, but compiler says "property font is
read-only".
im trying:
label1.font = new system.drawing.font ("Arial",10)
as stated in the sample code, but compiler says "property font is
read-only".