Link to home
Start Free TrialLog in
Avatar of AlHal2
AlHal2Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Autocomplete textbox

Please see https://www.experts-exchange.com/questions/21735952/Drop-down-box-using-recordsets.html
Is there something similar for ASP.Net 2.0 as I think the syntax may not be valid any more.
Can I use the text changed event as onkeydown doesn't exist (at least in visual studio 2005 web forms)?
Avatar of radcaesar
radcaesar
Flag of India image

You can achieve this using "AutoCompleteExtender" of AJAX Control Toolkit. Cool one....

Check this out

http://www.asp.net/ajax/ajaxcontroltoolkit/samples/autocomplete/autocomplete.aspx
Avatar of AlHal2

ASKER

I have visual studio 2005 and ASP.NET 2.0, so I don't think the AJAX control toolkit is available.
Avatar of AlHal2

ASKER

I'm not sure we're allowed to download this software in our company.  Is there a way of doing this without AJAX?
ASKER CERTIFIED SOLUTION
Avatar of AlHal2
AlHal2
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The Ajax control toolkit is a MICROSORT addin to Visual Studio. You unzip the download and import it into the toolkit. No installing software
Avatar of AlHal2

ASKER

A fudge, but it achieves what I want.