How to align my submit and cancel buttons(in tr) to the bottom of the table?
Please help me out! Thanks guys!
. . . .
<tr align ="center" valign="bottom">
<td align="center" valign="bottom">
<asp:ImageButton ID="btnDisable" runat="server" ImageUrl="~/images/green-deactivate.gif" OnClick="btnDisable_Click"
ValidationGroup="group1" />
<asp:ImageButton ID="btnCancel" runat="server" ImageUrl="~/images/cancel.gif" OnClick="btnCancel_Click" />
</td>
</tr>
</table>