Link to home
Start Free TrialLog in
Avatar of EugeneC
EugeneC

asked on

"Lost Focus" event on web form text box

Hi

Is is possible to handle a "lost focus" event on a web form text box in c#?
Avatar of SmithJW
SmithJW

apologies... that tutorial is for regular forms.
It is possible however, but i read that you have to capture the exitFocus event of the input box... I will try and track down the page again.
ASKER CERTIFIED SOLUTION
Avatar of Swapnil
Swapnil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EugeneC

ASKER

Thank you for that but is there anyway I can hook up the Javascript so I can handle code behind functions.
Avatar of EugeneC

ASKER

Ideally I need to capture the "loose focus" event so that it runs a c# code behind function.
Avatar of EugeneC

ASKER

Could anyone suggest an alternative approach - I need to capture the "loose focus" event on a c# web form