Hi,
Now i have editable ComboEditor. In this ComboEditor i want add numbers & charecters. User shouldn't be enter special charecters & space. How i validate ComboEditoron runtime.
Regards.
cravi
You can handle the KeyPress event and set the Handled property of the event arguments to true for the characters that you want to disallow.
Thank you for reply. This is useful information for me.
Regards,