G
Guest
Hello all,
I would like to add links dynamically as well as capture their ServerClick event deriving them from a table. How can I do that?
Here is what it would look like if I were to hard code it:
<tr><td bgcolor="#ffffff" height="17"><img height="7" src="../ReportsImages/navlink.gif" width="5"><a class="Normal" id="BankDetail" href="MainMenu.aspx" runat="server">Bank Detail</a></td></tr><tr><td bgcolor="#ffffff"><img height="7" src="../ReportsImages/navlink.gif" width="5"><a class="Normal" id="DailyBank" href="MainMenu.aspx" runat="server">Bank Summary</a></td></tr>
But what if I had a 100 of these... How would I add them using a table or a XML file?
I'd appreciate any input to help me resolve this.
Yamazed
I would like to add links dynamically as well as capture their ServerClick event deriving them from a table. How can I do that?
Here is what it would look like if I were to hard code it:
<tr><td bgcolor="#ffffff" height="17"><img height="7" src="../ReportsImages/navlink.gif" width="5"><a class="Normal" id="BankDetail" href="MainMenu.aspx" runat="server">Bank Detail</a></td></tr><tr><td bgcolor="#ffffff"><img height="7" src="../ReportsImages/navlink.gif" width="5"><a class="Normal" id="DailyBank" href="MainMenu.aspx" runat="server">Bank Summary</a></td></tr>
But what if I had a 100 of these... How would I add them using a table or a XML file?
I'd appreciate any input to help me resolve this.
Yamazed