Font Dilog control in asp.net?

Font Dilog control in asp.net?

am 09.01.2008 10:36:05 von chandan

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

Thanks,
Chandan

Re: Font Dilog control in asp.net?

am 09.01.2008 11:00:37 von Eliyahu Goldin

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/egoldin
http://usableasp.net


"chandan" wrote in message
news:7c96ea37-55ec-4f4a-98e4-29846fcf3749@j78g2000hsd.google groups.com...
> How to implement Font Dialog control in asp.net ? Microsoft doesnot
> provide this webcontrol.
>
> Thanks,
> Chandan

Re: Font Dilog control in asp.net?

am 09.01.2008 11:40:27 von chandan

On Jan 9, 3:00=A0pm, "Eliyahu Goldin"
wrote:
> 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 =

>
> "chandan" wrote in message
>
> news:7c96ea37-55ec-4f4a-98e4-29846fcf3749@j78g2000hsd.google groups.com...
>
>
>
> > 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!