Structure is like that-
1-TextBox for UserName
2-TextBox For Passsword
3-Textbox for Confirm Password.
4-Two Submit button(For Add & For Update)
Problem is that whenever new user is created & when we go to set password page to set there username and password.
Mozilla comes with some dummy data in Username & Password field. Otherhand,Chorme & Ie is working well.
Kindly Help to sort out this issue.
I used-
To prevent browser to chache the page.
Thanks

Sanjeeb LenkaPosted Jul 30, 2013, 7:24 AM
in your text box put the property autocomplete="off".
ex:
Abhineet SrivastavaPosted Jul 30, 2013, 7:31 AM
It's woking Now :)