Hi How do i create a collapsible textbox when mouse is placed on the textbox?.
1. Just replace
$('#txt1')
with
$('[id*=TextBox1]')
and it will for for server side TextBox.
2. No it will not expand automatically, you need to click on it then it will expland.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.