I have a textbox inside of a panel, which is wired to an ajax collapsiblepanelextender. In page_load, I try to set focus to the textbox and it doesn't work. However, if I remove the collapsiblepanelextender and only use the panel alone, the focus works
just fine.
hounddog
Member
1 Points
3 Posts
Visual Studio 2010 using AJAX CollapsiblePanelExtender
Jan 17, 2013 05:52 PM|LINK
Hello,
I have a textbox inside of a panel, which is wired to an ajax collapsiblepanelextender. In page_load, I try to set focus to the textbox and it doesn't work. However, if I remove the collapsiblepanelextender and only use the panel alone, the focus works just fine.
Any thoughts?
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: Visual Studio 2010 using AJAX CollapsiblePanelExtender
Jan 18, 2013 02:56 AM|LINK
Refer this
http://forums.asp.net/t/1462229.aspx/1
http://forums.asp.net/t/1440825.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
hounddog
Member
1 Points
3 Posts
Re: Visual Studio 2010 using AJAX CollapsiblePanelExtender
Jan 18, 2013 01:32 PM|LINK
Works like a charm...thank you!