Groups | Blog | Home
all groups > asp.net mobile > may 2004 >

asp.net mobile : ASP.NET and image



Sara T.
5/4/2004 11:05:05 AM
I use ImageControl to display on mobile byusing wml1.1 as following
setting:

Image1.ImageURL = "c:\inetpub\wwwroot\mytest\test.wbmp"

It looks correctly in design mode but when running in mobile or opera with
support wml, it disappears.

What's wrong ?

Jean-Luc David [MS-MVP]
5/4/2004 11:39:11 AM
Hi Sara,

Try changing your absolute path to a URL. Something like:

Image1.ImageURL = "http://localhost/mytest/test.wbmp"

Assuming that your web server is running on port 80.
I hope this information is helpful.

Thanks,
Jean-Luc David
Microsoft .NET MVP
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://www.mobilecoder.net

------------------------------------------------------------------------
"Sara T." <sarana@infoquest.co.th>
[quoted text, click to view]

AddThis Social Bookmark Button