Font Dilog control in asp.net?

  • Thread starter Thread starter chandan
  • Start date Start date
C

chandan

How to implement Font Dialog control in asp.net ? Microsoft doesnot
provide this webcontrol.

Thanks,
Chandan
 
Because asp.net runs on the server and the fonts are on the client.

What fonts are you talking about anyway, on the server or on the client?

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]http://msmvps.com/blogs/egoldinhttp://usableasp.net




How to implement Font Dialog control in asp.net ? Microsoft doesnot
provide this webcontrol.
Thanks,
Chandan- Hide quoted text -

- Show quoted text -

Hi Eliyahu Goldin,!
You are right! Actually I requiremnet to change the font of chart
header footer through property window(popup).I try to get this font
valur from client side and pass this value to server side chart
control.

So I am in search of font dialog control as in window application.I
thing you undetstand. Let me know if more explanation required!
 
Back
Top