I need to Set Focus of ComboBox When User Click on TextBox
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello 1) ComboBox is Visible False 2) When User Click on TextBox, i am Changing the Visible State of Combo to True 3) Now I am trying to Set Focus on Combo Box But It will not doing so. --- cmbCity.Focus(); Any Way to Solve my Problem
Best Regards, Chetan Patel
-
Hello 1) ComboBox is Visible False 2) When User Click on TextBox, i am Changing the Visible State of Combo to True 3) Now I am trying to Set Focus on Combo Box But It will not doing so. --- cmbCity.Focus(); Any Way to Solve my Problem
Best Regards, Chetan Patel