How to enable scroll bars for multiline text box.
I tried attached style but its not working.
Can you please let me know how it works.
Thanks...
<div id="target" style="overflow: scroll; width: 200px; height: 100px;">
<input type="text" id="txtUpdateComment">
</div>