![]() |
Autocomplete for Webcontrol
In my webform i have TextBox webcontrols, how to enable the AutoComplete feature for this control?
From http://www.developmentnow.com/g/15_0...ebcontrols.htm Posted via DevelopmentNow Groups www.developmentnow.com/g www.developmentnow.com |
Re: Autocomplete for Webcontrol
Hi,
if you mean the one built-in with IE (when user has also enabled it) you can get that quite easily: <asp:TextBox ID="TextBox1" AutoComplete="on" Runat="server" /> However, if you mean something like you'd want to bind the values (like DropDownTextBox) you need to look for a custom control somewhere. Web is full of them. -- Teemu Keiski ASP.NET MVP, Finland "Anandan" <Anandhan.Shanmugham@wepindia.com> wrote in message news:e7bf6c18-56c4-47a3-bfcd-b3548502cd17@msnews.microsoft.com... > In my webform i have TextBox webcontrols, how to enable the AutoComplete > feature for this control? > > From > http://www.developmentnow.com/g/15_0...ebcontrols.htm > > Posted via DevelopmentNow Groups > www.developmentnow.com/g > www.developmentnow.com |
Re: Autocomplete for Webcontrol
http://wilcoding.xs4all.nl/demos/smarttextbox
This is a custom control (although written in .NET 2.0), which shows off a rich autocomplete feature (ala google suggest). It gets "auto completion" data from the server using callbacks (read: xmlhttp). |
| All times are GMT. The time now is 06:56 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.