Hello.

How can i set vertical alignment on GridView column?
I try with this but doesn't work.

<asp:TemplateField ItemStyle-Width="50px" ItemStyle-VerticalAlign="Middle">
    <ItemTemplate>
        <asp:LinkButton ID="idButton" runat="server" CssClass="button"><span>Value</span></asp:LinkButton>
    </ItemTemplate>
    <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:TemplateField>

Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.