Click here to Skip to main content
15,888,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a few text boxes that when you leave the textbox it fires the ext change event which does some sums but the problem is that I lose focus in the text box I moved too.
Posted

Can't you do it with client side Javascript?

The onblur event will trigger the form to post back, unless another textbox has been focused.
 
Share this answer
 
Perhaps yo need to post some code. I'd guess you need to add code in your event to put the focus back where you want it.
 
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