I have a window form in a C # project that stores information about students. I caught the image: 
I want to add the data in sequential order as follows, but when I enter the data in the Surname text box, the TAB button goes into the E-Mail text box, then the Phone Number text box, and finally Date of Birth DateTimePicker.
I made all the TabStop property of the "False" control on the form, except for these text fields. And I organized their TabOrder through the properties section as follows 0,1,2 .. as I intend. But order followed, as I wrote above. Then I opened the deposit order function through the "View" in the menu bar. I clicked all the controls that I wanted to use in order, but did not use. The tab form and button function as before. I caught the image of the Order Order function below:

What should I do now?
source share