ZOOM IN & OUT FEATURE FOR ASP.NET (WEB PAGES - NOT FORMS)

  • Thread starter Thread starter wireless50
  • Start date Start date
W

wireless50

Hello All,

I am in the process of developing a web page in ASP.NET. Does anyone
know how to create a component/object in the web page that will allow
the user to zoom in/zoom out of the web page. Unfortunately I found
samples pertaining to ASP.NET forms. Any information would be greatly
appreciated ;)

Kind Regards
Wireless50
 
Hello All,

I am in the process of developing a web page in ASP.NET.  Does anyone
know how to create a component/object in the web page that will allow
the user to zoom in/zoom out of the web page.  Unfortunately I found
samples pertaining to ASP.NET forms.  Any information would be greatly
appreciated ;)

Kind Regards
Wireless50

Ctrl + and Ctrl - Zoom in and out respectively in firefox, for
example. If i understand your question, this is a browser feature, not
a web page feature.
Best regards.
 
Back
Top