We are looking browsers like Chrome, Firefox, Internet Explorer and Safari has functionality of auto complete values in TextBoxes. If we have enabled this feture in your browser, then each and every time when you start to enter value in TextBox we get a drop down of prefilled values in that TextBox. This feature of browser can be disabled by the programming for a specific web form like Login form and other confidential data form of a web page. In chrome browser, we can enable auto-fill as shown below :
if we want to set Autofill textbox in browser .then go to browser setting
if we want to disable prefilled value in textbox when browser have enable Autofill.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
We are looking browsers like Chrome, Firefox, Internet Explorer and Safari has functionality of auto complete values in TextBoxes.
If we have enabled this feture in your browser, then each and every time when you start to enter value in TextBox we
get a drop down of prefilled values in that TextBox. This feature of browser can be disabled by the programming for a specific
web form like Login form and other confidential data form of a web page.
In chrome browser, we can enable auto-fill as shown below :
if we want to set Autofill textbox in browser .then go to browser setting
if we want to disable prefilled value in textbox when browser have enable Autofill.
Like below Full login form code.