Groups | Blog | Home
all groups > asp.net > august 2003 >

asp.net : How to top align?


S. Justin Gengo
8/19/2003 4:29:32 PM
Arjen,

The datagrid has ItemStyle and AlternatingItemStyles

<itemstyle HorizontalAlign="Left" VerticalAlign="Top"></itemstyle>

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche


[quoted text, click to view]

Arjen
8/19/2003 11:13:14 PM
Hello,

This is what I have now:

<ItemTemplate>
<asp:HyperLink id="editLink" ImageUrl='<%# Application["AppPath"] +
"/Images/edit.gif" %>' runat="server" />
</ItemTemplate>

How can I top align the hyperlink?

Thanks!

AddThis Social Bookmark Button