6
Answers

Server Tag is not well formed

Ramco Ramco

Ramco Ramco

2y
571
1

Hi

I have below code but it is giving above error.In Database it is saved as below

Banner_07_12_2022_19_47_09.jpg

<div class="col-lg-3 col-sm-3 col-xs-3 col-md-3">
    <asp:Image="ImageButton1" runat="server" Height="50px" Width="100px"ImageUrl='<%#Eval("Attachment1") %>'
    CommandArgument='<%#Eval("Attachment1")%>'/>
</div>

Thanks

Answers (6)