Hi
Table height has no effect.
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table class='table table-bordered table-hover datatable-highlight' id='tbldata' display: block; height: 100px; overflow-y: scroll;>
<thead>
<tr>
<th class='nosort2'>#</th>
<th>Lead Number</th>
<th>Name</th>
<th>Child Name</th>
<th>Lead Date</th>
<th>Mobile / Session</th>
<th>Lead Current Status</th>
<th>Next Action</th>
<th>Date</th>
</tr>
</thead>
</table>
</ContentTemplate>
</asp:UpdatePanel>
Thanks