calling a codebehind function on onblur event
Hai,
I'm working with asp.net 1.1
I've an editable combobox as a web user control. I've to call a code behind function when the user selects an item from this control and move the focus to some other control.
For this, I've called the codebehind function in the onblur event of the control. But, the function is being invoked when the page is loaded, but not when focus is lost.
Any suggestions??? Please welcome.
-Priya
|