[lnkForumImage]
TotalShareware - Download Free Software

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


 

Mathasu

10/12/2004 2:34:00 PM

Hi,
If I've a piece of code like this:

<mobile:form id="frmLogin" runat="server">
<mobile:DeviceSpecific id="dsLogin" Runat="server">
<Choice>
<HeaderTemplate>
<mobile:Label id="lblUser" Runat="server" ></mobile:Label>
<mobile:SelectionList id="slUser" runat="server"
SelectType="DropDown"></mobile:SelectionList>
</HeaderTemplate>
<FooterTemplate>
<mobile:Label id="lblResearch" Runat="server"></mobile:Label>
<mobile:Label id="lblInvisibleLastSeek"
Runat="server"></mobile:Label>
</FooterTemplate>
</Choice>
</mobile:DeviceSpecific>
......................
</mobile:form>

I can't refer to the 3 mobile:Label and
the mobile:SelectionList by ID in the .vb file,
because they're inserted in a
mobile:DeviceSpecific control.
How can I do ?

Thanks