// CSS
style="position: inherit; top: 30px;"
// HTML
style="position: inherit; top: 30px;"
// HTML
<div class="table-responsive" style="min-height: 100px; padding: 0px 5px 5px; max-height: 450px;
overflow: auto;">
<table>
<tr>
<td>
<div class="grdCal"
style="position: inherit; top: 30px;">
<asp:TextBox runat="server"
ID="txt_Date"
CssClass="form-control
vochDatemimx" Text='<%# Bind("Date") %>'
MaxLength="10"
onkeypress="return
Back_Del_Only(event);"></asp:TextBox>
</div>
</td>
</tr>
</table>
</div>
/// Result
No comments:
Post a Comment