Click here to Skip to main content
15,891,136 members
Articles / Web Development / HTML

Triple State Checkbox for Web

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
12 Mar 20071 min read 42K   595   18  
Triple State Checkbox for Web with Changeable CSS

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TripleStateCheckbox", "TripleStateCheckbox\TripleStateCheckbox.csproj", "{53F4326C-09BA-4A67-AB79-39AFC4665EFD}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YControls", "YControls\YControls.csproj", "{9942C5B4-BDB5-4204-8493-8BD9C40A643D}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{53F4326C-09BA-4A67-AB79-39AFC4665EFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{53F4326C-09BA-4A67-AB79-39AFC4665EFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{53F4326C-09BA-4A67-AB79-39AFC4665EFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{53F4326C-09BA-4A67-AB79-39AFC4665EFD}.Release|Any CPU.Build.0 = Release|Any CPU
		{9942C5B4-BDB5-4204-8493-8BD9C40A643D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9942C5B4-BDB5-4204-8493-8BD9C40A643D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9942C5B4-BDB5-4204-8493-8BD9C40A643D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9942C5B4-BDB5-4204-8493-8BD9C40A643D}.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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer Airtel Broadband
India India
Despite my lack of interest, started trying coding at the age of 15 in Visual FoxPro. Got introduced to ASP in 2003 and started working for a US based client for a Youth Sports Management Application. In 2005, got Introduced to ASP.NET/ VB.NET and since then, it has become my passion. Recently joined Rapidigm Inc. as a software developer and looking forward to expand my knowledge base by sharing information with fellow coders in the Web World.

My interests include listening to music, trekking, traveling apart from coding!

Comments and Discussions