Tab from one Ajax accordion panel to another
-
Hi, I have a page which contains an Ajax Accordion control with multilple panels. Each panel contains one or more textboxes. What I would like to happen is this; when the user tabs from the last textbox in a panel, the next panel expands and the first textbox in that panel gets focus. Is this possible? and if so could you please point me in the right direction. I know how to expand a particular panel but don't know how to catch the key press event on the textbox. Thanks for your time.
-
Hi, I have a page which contains an Ajax Accordion control with multilple panels. Each panel contains one or more textboxes. What I would like to happen is this; when the user tabs from the last textbox in a panel, the next panel expands and the first textbox in that panel gets focus. Is this possible? and if so could you please point me in the right direction. I know how to expand a particular panel but don't know how to catch the key press event on the textbox. Thanks for your time.
The onblur method of the textbox on the client, will fire when the control loses focus.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
The onblur method of the textbox on the client, will fire when the control loses focus.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Worked a treat, thanks :-D
-
Worked a treat, thanks :-D
Liqz wrote:
Worked a treat, thanks
Then you should marked that post as Good Answer :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Liqz wrote:
Worked a treat, thanks
Then you should marked that post as Good Answer :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
You're absolutely right, forgive me, I'm a forum noob as well as a programming noob!
-
You're absolutely right, forgive me, I'm a forum noob as well as a programming noob!
Liqz wrote:
I'm a forum noob as well as a programming noob!
All the best. :thumbsup::rose:
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Liqz wrote:
Worked a treat, thanks
Then you should marked that post as Good Answer :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
Abhijit Jana wrote:
Then you should marked that post as Good Answer
And you get 5 from me for understanding him courtesy.
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.