Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Hi friends, I'm using two textboxes called username and password. First i'm entering username and submitting , it will popup an alert message to enter the password. At the moment i click ok to give password, username becoming blank. How to hold the username value in the text box. Please help -Saravanan
The textbox value will stay by default, unless you are clearing it. Probably you are clearing the text in the textbox when the alert button is pressed. If you can paste the code here, it might give a clue.