DataList Fromatting Cell

P

Paul Say

Here is the problem,

I have a datalist that builds a list of links horizontally across the screen
for a menu bar.

i.e

<asp:datalist id="menuTabs" runat="server>
<ItemTemplate>
<asp:Hyperlink id="myLink" runat="server">
</ItemTemplate>
</asp:datalist>

At runtime how can I access the last cell that is created and change its
width, as I want the last cell to padd out all remaining space in the table
that is created by the datalist.

Paul
 
E

Eliyahu Goldin

In PreRender event:

myList.Items[myList.Items.Count-1].FindControl("myLink");

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top