Hi,
I have a textbox and inside its lost focus event, I show a new window and give the user choices, I also have a button below the text box.
Now, when I change the value of the text box..and click the button (while the cursor is still inside the text box...) the lost focus event gets fired... but as I show a modal window dialog, the button's click event is not being fired....
Is there a way to get around it?