WebForm_DoPostBackWithOptions is not defined

R

Ruan Yuping

<mobile:List ID="lstItems" Runat="server"
OnItemCommand="lstItems_ItemCommand"
Visible="False" ItemsPerPage="6">
<DeviceSpecific>
<Choice Filter="isHTML32">
<HeaderTemplate><table width="180" cellspacing="0"
cellpadding="0" align="center"></HeaderTemplate>
<ItemTemplate>
<tr>
<td align="center" width="50%" bgcolor='<%#
Eval("BtnColour") %>'>
<asp:LinkButton Text="<%#
Eval(lstItems.DataTextField) %>" runat="server"></asp:LinkButton>
</td>
</ItemTemplate>
<AlternatingItemTemplate>
<td align="center" width="50%" bgcolor='<%#
Eval("BtnColour") %>'>
<asp:LinkButton Text="<%#
Eval(lstItems.DataTextField) %>" runat="server"></asp:LinkButton>
</td>
</tr>
</AlternatingItemTemplate>
<FooterTemplate></table></FooterTemplate>
</Choice>
</DeviceSpecific>
</mobile:List>
 
G

geertdo

Set IIS option 'Verify that file exits' OFF for the .axd extension of aspnet_isapi.dll
WebResource.axd is not a phisical file in .NET 2.0
Worked for me!
 

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,989
Messages
2,570,207
Members
46,782
Latest member
ThomasGex

Latest Threads

Top