This is a migrated thread and some comments may be shown as answers.

Focus Problem in TextBox

0 Answers 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Abhi
Top achievements
Rank 1
Abhi asked on 03 Apr 2013, 08:07 AM
Hi Team,
               If we use,
                                 txtbox.Focus();

                Normally, Focus will go to the partcular textbox (at that time, If we check in QuickWatch ,txtbox.Focus Value is true)

                In Some cases, Even though If I use,
                                                                            txtbox.Focus();
                focus is not coming to the textbox(at that time, If we check in QuickWatch, txtbox.Focus Value is False)
                
                How to make the Value of txtbox.Focus to True...........
             
Tags
General Discussions
Asked by
Abhi
Top achievements
Rank 1
Share this question
or