Click here to Skip to main content
15,888,610 members
Articles / Web Development / ASP.NET

Converting zichun's auto-complete textbox control to a .NET ASCX user control

Rate me:
Please Sign up or sign in to vote.
2.67/5 (6 votes)
28 Mar 2008CPOL5 min read 53.2K   192   14  
This article covers how I converted the JavaScript auto-complete textbox into a .NET user control which can have the items set easily and programmatically.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
I graduated with a First class honours degree in Computer Science from the University of Salford in June 2006. Shortly after I graduated, I started my first job as a web developer in a small consultancy company in the North-West. I have since moved to a larger organisation in Manchester, which is a bit closer to my home.

My development is 99% ASP.NET based with the remaining 1% being ad-hoc console applications or Windows services, and although I prefer to develop in C# (just because I think it is cleaner), VB is what is used in the team.

Comments and Discussions