G
Guest
Am trying to add an Image Button into a Datalist at Design time.
When I run it it comes up with error: Server tag not well formed.
It works perfectly when I add just an Image Control. Please help.
<asp
ataList
id="dlstframes"
runat="server">
<ItemTemplate>
<asp:ImageButton runat="server"
ImageUrl="<%# Container.DataItem("pictues") %>" />
</ItemTemplate>
</aspataList>
Please do help. I have serched thru the net to find something to solve this
problem. But cant find any clue.
When I run it it comes up with error: Server tag not well formed.
It works perfectly when I add just an Image Control. Please help.
<asp
id="dlstframes"
runat="server">
<ItemTemplate>
<asp:ImageButton runat="server"
ImageUrl="<%# Container.DataItem("pictues") %>" />
</ItemTemplate>
</aspataList>
Please do help. I have serched thru the net to find something to solve this
problem. But cant find any clue.