There is a method within general tools to link a text box to a button allowing the buttons on click method to be called when enter/return is pressed.
using GeneralTools;
ControlFunctions.LinkButtonToTextBox(tbid, btnid);
There is a method within general tools to link a text box to a button allowing the buttons on click method to be called when enter/return is pressed.
using GeneralTools;
ControlFunctions.LinkButtonToTextBox(tbid, btnid);
Comments
0 comments
Please sign in to leave a comment.