How to access controls inside a DeviceSpecific template of ObjectList?

H

Habib Safarov

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top