Click here to Skip to main content
15,885,546 members
Articles / Web Development / XHTML

Multiselect Dropdown for Web Applications

Rate me:
Please Sign up or sign in to vote.
4.83/5 (82 votes)
17 Dec 2008CPOL2 min read 295.7K   6.7K   168  
How to select multiple values from 'a dropdown look & feel' in a Web application

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\Me\MultiSelectDropDownEx\", ".", "{DFEB6BFA-AC79-4621-8974-7649466616D8}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/MultiSelectDropDownEx"
		Debug.AspNetCompiler.PhysicalPath = "D:\Me\MultiSelectDropDownEx\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MultiSelectDropDownEx\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/MultiSelectDropDownEx"
		Release.AspNetCompiler.PhysicalPath = "D:\Me\MultiSelectDropDownEx\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\MultiSelectDropDownEx\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "3586"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Release|.NET = Release|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DFEB6BFA-AC79-4621-8974-7649466616D8}.Debug|.NET.ActiveCfg = Debug|.NET
		{DFEB6BFA-AC79-4621-8974-7649466616D8}.Debug|.NET.Build.0 = Debug|.NET
		{DFEB6BFA-AC79-4621-8974-7649466616D8}.Release|.NET.ActiveCfg = Debug|.NET
		{DFEB6BFA-AC79-4621-8974-7649466616D8}.Release|.NET.Build.0 = Debug|.NET
	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 Code Project Open License (CPOL)


Written By
Architect Intuit India
India India


A software professional for more than 17+ years building solutions for Web and Desktop applications.

Currently working at Intuit India.

Website: Learn By Insight
Github: Sandeep Mewara
LinkedIn: Sandeep Mewara

Strongly believe in learning and sharing knowledge.



Comments and Discussions