I am using a textbox to fill in some information, I would like to be able to press enter and have it do something. How di I make it known in my code that ‘enter’ was pressed? Do i have to use the ‘keydown’ event for the text box? If so then what?
Thanks