Determining Max Image Display Size for WAP pages?
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a wap page in C# that needs to output an image so that it can be downloaded onto a WAP device. How do I determine the maximum image dimensions the WAP device can support? 1. The Screen Size property of the BrowserCapabilities object does not seem to do the job. 2. I tried using the System.Web.UI.MobileControls.Image control, (which apparently does the necessary resizing automatically) and the handset could view the image but not download it. Thanks in advance, Darren