How to left align footer element in GridView
问题 I am getting problem in alignment of element that is in FooterTemplate of GridView. Anyone suggest me how to do it.The Code is: <asp:GridView ID="gvComment" runat="server" AutoGenerateColumns="false" OnRowDataBound="gvComment_RowDataBound" OnRowCreated="gvComment_RowCreated" Width="100%" ShowHeader="false" BorderWidth="0px" ShowFooter="true"> <Columns> <asp:TemplateField> <ItemTemplate> <table border="0" cellpadding="0" cellspacing="0" width="100%" > <tr> <td valign="middle" align="left"