custom control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
well, we make a custom control . its a custom date time control . it has three textbox and a DateTimePicker . On the validating event of the control,the code checks if the date is valid or not. if the date is not valid the event sequence is cancelled so that the control doesnot loose the focus . well the control works fine . BUT THE PROBLEM IS , when the control is used in TabedPane,it does fire validating event but doesnot retain focus.