1
vote
2answers
1k views
Pressing Enter on TextBox in Silverlight
I am working on a silverlight app that you need to enter information into a textbox and then just hit enter. Well there is no onclick event, that I could find, so what I did was use the onkeypress …
