[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

How to access controls inside a DeviceSpecific template of ObjectList?

Habib Safarov

10/6/2006 6:06:00 AM

Accessing controls residing in DeviceSpecific template of mobile form is
easy but how to access controls in DeviceSpecific template of ObjectList
? Thanks in advance.

<mobile:ObjectList ID="ObjectList1" Runat="server"
AutoGenerateFields="False" LabelField="Name"
OnLoadItems="ObjectList1_LoadItems" OnItemCommand="ObjectList1_ItemCommand">
<DeviceSpecific>
<Choice Xmlns="http://schemas.microsoft.com/mobile/html32template...
<FooterTemplate>
<mobile:Link ID="LnkHome1" Runat="server"
NavigateUrl="../Default.aspx" SoftkeyLabel="Home">Home</mobile:Link>
</FooterTemplate>
</Choice>
</DeviceSpecific>

....Fields and Commands go here.....
</mobile:ObjectList>