Retrieving browser information with ASP.NET

  • Thread starter Thread starter Alessandro Morvillo
  • Start date Start date
A

Alessandro Morvillo

How I can get the browser client area? With Javascript I can use
system.availheight or body.height, with asp.net how i can do this?
 
Hi Alessandro,
I think the best advise I can give you
Look for start with looking for "WebBrowser" in MSDN
In Visual.studio Net with filter off
And look for all, because a lot is placed at C++ but you can use a lot of
things in VB.net too.
Cor
 
Alessandro Morvillo said:
How I can get the browser client area? With Javascript I can use
system.availheight or body.height, with asp.net how i can do this?

Please turn to the specialized group
microsoft.public.dotnet.framework.aspnet
 
Back
Top