Posted on: 4/8/2015 9:49:16 AM | Views : 619

Hi Guys,
Please share the below task code.
I have the Server Folder, Example : Templates
Templates (This folder contains 3 xlsx files)
=======
A.xlsx
B.xlsx
C.xlsx

I like to this 3 files into corresponding panel div
<asp:Panel ID="Panel1" runat="server">
    <div id="Template" runat="server">
   //Here i need dynamic tr with dynamic hyperlink based on server folder files count.
    </div>
</asp:Panel>

Note:
=====
I already get some code, but not work
try { Go to the complete details ...