Hi , I have a screen with a text box, . I want to be able to edit a number to show as currency before the screen is loaded and when someone enters a number I want it to show as currency. I cannot figure out which method I would use to put my code in. The text box is txt_Final_Sale. I tried txt_Final_Sale_Enter((object sender, EventArgs e){}
But it did not activate. Can anyone tell me which property or method I need to use to execute code for the text box?
Thanks,