Is It possible To Use ASP.NET TextBox With Jquery UI Auto CompletE?
I am Able to use html input control with this plugin.
is there any sample exist?
thanks
Is It possible To Use ASP.NET TextBox With Jquery UI Auto CompletE? I am
Share
Yes, of course.
asp:TextBoxis rendered as an input just as you use it now.See this article: TextBox AutoComplete with ASP.NET and jQuery UI
Here’s a quick example:
I’ve modified this example so you can see how the selector will work with
ClientIDModeleft as the defaultAutoID, but if you set it toStaticyou can use a direct selector: