Adding html.actionlink to header

Adding html.actionlink to header

ronald.putronald.put Posts: 3Questions: 0Answers: 0
edited January 2011 in General
I need to add an html.actionlink as an image to the header of every column. How can I do that? Thanks... like this: [code] <%=Html.ImageLink("Details", "Information", "~/design/images/i2.png", "Information", ((List)Session["tooninfo"]).Contains(621),
new { height = 200, width = 300, context = 621 }, new { @class = "thickbox" }, null)%>[/code]
This discussion has been closed.