Click here to Skip to main content
15,886,724 members
Articles / Web Development / HTML

Using and Developing an AutoSuggest ASP.NET Server Control Library

Rate me:
Please Sign up or sign in to vote.
4.89/5 (24 votes)
20 Sep 2009Zlib37 min read 88.9K   2.1K   72  
An article on using an auto-suggest text-box/drop-down list ASP.NET server control library which can be populated inline or using AJAX, and how it was developed.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoSuggest", "AutoSuggest.csproj", "{5119E857-1DDE-4020-B82C-387C2770B32F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AjaxEnabledAutoSuggest", "AjaxEnabledAutoSuggest\AjaxEnabledAutoSuggest.csproj", "{967497ED-5C48-4977-8DCC-4C6541E49207}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5119E857-1DDE-4020-B82C-387C2770B32F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5119E857-1DDE-4020-B82C-387C2770B32F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5119E857-1DDE-4020-B82C-387C2770B32F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5119E857-1DDE-4020-B82C-387C2770B32F}.Release|Any CPU.Build.0 = Release|Any CPU
		{967497ED-5C48-4977-8DCC-4C6541E49207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{967497ED-5C48-4977-8DCC-4C6541E49207}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{967497ED-5C48-4977-8DCC-4C6541E49207}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{967497ED-5C48-4977-8DCC-4C6541E49207}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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 zlib/libpng License


Written By
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions