<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