<div style="height:100px;width:100%;overflow-x:hidden; overflow-y:scroll;">
<asp:label id="lblInfo" runat="server"/>
</div>
My problem is vertical scroll always shown. My destination is when div inner text empty or not overflowed from height, scroll will hidden.
How can i do?