Atlas/Ajax setfocus

P

pmclinn

I have everything working great in my .net ajax environment except that
during async postbacks I'm lossing focus of the control making the
call. How do I prevent this from happening. I have tried creating
session variable and storing the location of the .focus but this only
works when I allow for postbacks.

Control A fires an event >>>> After completion I want to set the focus
on >>>Control B (textbox).

What happens right now is both textboxes lose focus.
 
B

bruce barker \(sqlwork.com\)

you don't say which controls your are using, but just register a completion
handler, and set the focus after the async call completes.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top