[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Bod Willis

2/11/2007 12:11:00 AM


I am desperately trying to implement, primarily for WML rendering,
selectable images.

This should be possible with the Command ImageUrl attribute but this only
seems to render the image in html.

Any help greatly appreciated.

<mobile:Command
ID="Command4"
Runat="server"
ImageUrl="~/images/MD3/hello.gif">
</mobile:Command>


I have tried may different paths to the image including placing it in the
same dir as the page :

"~/images/MD3/hello.gif"
"/images/MD3/hello.gif"
"images/MD3/hello.gif"
"hello.gif"


This is the corresponding wml that is being generated :

<anchor title="Go"><go href="#__pbc2"><setvar name="mcsvt"
value="Command4"/><setvar name="mcsva" value=""/></go></anchor>