Hi All,
I am new to Win Forms, I have a scenario here..
When User enter ID in a textbox, I want to check that value in database and get the name for that ID before submitting the Submit Button.
In webforms it can be done using OnFoucs and OnBlur events but how can I do here before submitting the button.
I am using .NET 1.1
Regards SBMARYA