Recent content by eliza81

  1. E

    Ajax 1.0 Autocomplete textbox asp.net 2.0

    The solution is to add autocomplete="off" attribute to textbox tag, which will help to stop auto suggestion behaviour for that particular textbox. And if you want to stop that behaviour for all the textboxes that are present inside a form then add autocomplete="off" attribute to form tag...
Back
Top