enter key and initial cursor point
-
Hi to all, I have 2 problems: 1)I want to make the Enter(Return)key equal to clicking a button.(not page reload).E.g. Submit button. 2)My second question is how can we set the starting point of the cursor when the page is loaded with C#?E.g. A text box. Any help will be appriciated, Kind Regards, Arda - When in doubt, push a pawn! -
-
Hi to all, I have 2 problems: 1)I want to make the Enter(Return)key equal to clicking a button.(not page reload).E.g. Submit button. 2)My second question is how can we set the starting point of the cursor when the page is loaded with C#?E.g. A text box. Any help will be appriciated, Kind Regards, Arda - When in doubt, push a pawn! -
- Use my free DefaultButtons control. 2) Use my free FirstFocus control.
-
- Use my free DefaultButtons control. 2) Use my free FirstFocus control.
oh thanks Andy, I perefer not to add those codes to my project since I don't want to add a huge&complex code for a small function. I changed my mind and set the TabIndex properties of controls to 1,2,3. 1 for UserName, 2 for Password, 3 for Sign In. Anyway thanks again, - When in doubt, push a pawn! -