<textarea id="info_text" name="info_text" class="t_area" onpropertychange="this.style.height = this.scrollHeight + 'px';"
oninput="this.style.height = '';this.style.height = this.scrollHeight + 'px';"
runat="server">
</textarea>
.t_area
{
width: 171px;
background: #F4FBFB;
border: 0px;
overflow-y: hidden;
}
textarea.style.posHeight = textarea.scrollHeight;