Support Forums

Full Version: .NET Mobile. Display Picture.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This simple .NET code will allow you to display pictures in your mobile browser.

Quote:<Mobile:Form runat="server">
<Mobile:Image runat="server">
<DeviceSpecific>
<Choice ImageURL="image.gif/bmp/wbmp" />
</DeviceSpecific>
</Mobile:Image>
</Mobile:Form>

I hope this helped Oui
Thanks bro!
I was looking for something like this...