Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to open a text box in new window or dynamically increase its size on double click event in asp.net just as in pl/sql developer.

If the data entered is large user can maximize the text box and hence it can be properly written.
Posted
Comments
Herman<T>.Instance 14-Sep-11 9:03am    
set at least MultiLine property = true and add the correct coding to OnDoubleClick event

1 solution

Start here[^]. Not exactly what you asked for, perhaps, but if it doesn't suit just have a search for jquery text box plug ins.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900