In this article i will tell you how you can disable autocomplete in asp net textbox.This will help you to understand disable auto suggest in textbox.
There are two ways by which you can disable autosuggest first by adding autocomplete="off" on form tag and secnd by adding autocomplete="off" attribute on control.
First Way:
There are two ways by which you can disable autosuggest first by adding autocomplete="off" on form tag and secnd by adding autocomplete="off" attribute on control.
First Way:
Tags: Asp.Net , HTML , HTML5 , MVC
No comments:
Post a Comment
Note: only a member of this blog may post a comment.