Nagaveni Katari

Nagaveni Katari

  • 1.3k
  • 103
  • 5.8k

how to store multiple images urls(getting fromdatabase) to linkbutton

Mar 16 2024 5:51 AM

 <asp:LinkButton runat="server" ID="lnkCOI"  title="View Documents"  CausesValidation="false" OnClientClick=<%# "LoadDocument('" + Eval("Documents") + "')" %>  >
                                                                             <i class="fa fa-file margin-r-5" style="color:chocolate;"></i>
                                                                        </asp:LinkButton>i taking the linkbutton like this now i want to store multiple images to a single linkbutton when click on it display all the documents in a sigle popup please give me solution


Answers (1)