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

Building a Better AutoComplete User Control

Rate me:
Please Sign up or sign in to vote.
4.14/5 (9 votes)
21 Apr 2009CPOL6 min read 46.9K   1.3K   48  
Expand the usefulness of the AutoComplete Ajax extender
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following 
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes
<Assembly: AssemblyTitle("AJAXEnabledWebApplication1")> 
<Assembly: AssemblyDescription("")> 
<Assembly: AssemblyCompany("Cooper Standard Automotive")> 
<Assembly: AssemblyProduct("AJAXEnabledWebApplication1")> 
<Assembly: AssemblyCopyright("Copyright © Cooper Standard Automotive 2009")> 
<Assembly: AssemblyTrademark("")> 

<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("334e9cee-0d47-4d70-924b-b5098a3432cb")> 

' Version information for an assembly consists of the following four values:
'
'      Major Version
'      Minor Version 
'      Build Number
'      Revision
'
' You can specify all the values or you can default the Build and Revision Numbers 
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")> 

<Assembly: AssemblyVersion("1.0.0.0")> 
<Assembly: AssemblyFileVersion("1.0.0.0")> 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
United States United States
I have been coding web applications since 2001. Starting with classic .asp and rolling from there, I have a passion for user interface design and building zero-training applications.

Comments and Discussions