Text Area autofit to TD
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a Td, which Iam converting it to edit mode.And Iam giving a textarea by which User can type along with the Old string in td. But the problem is the textarea is not getting fixed to the Td. I have given overflow:auto even set width and height to 100% however if I press enter button in textarea itz getting fixed to Td. so I tried using "/r/n" which is next line still the problem persists.. Can any one tell me how to INSERT A ENTER to the end of a String in Javascript? or is there any other solutions Thanks in Advance