关于WAP开发中ObjectList模板控件数据件绑定问题
我正在用开发一个WAP网站今天进行ObjectList控件中的模板控件数据绑定的时候出了问题
我在ObjectList控件里自定了模板,在其中插入一个LINK控件,然后在页面端写以下代码:
<mobile:ObjectList id="ObjectList1" runat="server" ItemsPerPage="5" Font-Size="Normal" AutoGenerateFields="False" LabelStyle-StyleReference="title" CommandStyle-StyleReference="subcommand">
<DeviceSpecific>
<Choice Xmlns="http://schemas.
<ItemTemplate>
<mobile:Link id="Link1" runat="server" text='<%#DataBinder.Eval(((ObjectListItem)Container).DataItem,"fieldname")%>'></mobile:Link>
</ItemTemplate>
</Choice>
</DeviceSpecific>
</mobile:ObjectList>
运行时报错,说ObjectListItem是类型,不能作为表达式。。。。。。我很无语,在这里是作为数据绑定,我都是参照了MSDN上的,令我好头疼!
哪位超人帮忙解答一下吧,N急!