Quantcast
Channel: The server tag is not well formed in listview
Browsing latest articles
Browse All 3 View Live

Re: The server tag is not well formed in listview

Do you really need a runat="server" tag on the image itself in this scenario? You appear to be handling your logic within a client-side onclick event, so it's probably unlikely that you would need to...

View Article



Re: The server tag is not well formed in listview

Try removing the runat="server" tag. I can't see any good reason why your image should be a server control.Or failing that, try this:onclick='<%#Eval("DsignImageURL", "preview1.src=\"{0}\"")%>'

View Article

The server tag is not well formed in listview

<img id="Img1" runat="server" src='<%#Eval("TumbImageURL") %>' alt="" onclick="preview1.src='<%#Eval("DsignImageURL") %>'" />the problem is in...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images