i am developing a application .net2.0 c# windows application,
when i press the enter key, it should go to the next textbox, if other than numbers is pressed in first textbox, message box should tell "pls enter a numeric value only" so it should accept only numbers and not others
when i press the enter key, it should go to the next textbox, if other than numbers is pressed in first textbox, message box should tell "pls enter a numeric value only" so it should accept only numbers and not others
Comment