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

ASP.NET Required TextBox (Graphical RequiredFieldValidator)

Rate me:
Please Sign up or sign in to vote.
4.96/5 (12 votes)
21 Sep 2006CPOL9 min read 140.2K   1.3K   60  
An ASP.NET custom TextBox control with a built-in RequiredFieldValidator, providing a similar look and feel to the Windows Forms ErrorProvider.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "click2install", "click2install\click2install.csproj", "{1F030E4D-0101-43CA-A021-234616588BB2}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/click2install_controlstest/", "http://localhost/click2install_controlstest", "{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{1F030E4D-0101-43CA-A021-234616588BB2}|click2install.dll;"
		Debug.AspNetCompiler.VirtualPath = "/click2install_controlstest"
		Debug.AspNetCompiler.PhysicalPath = "..\..\..\inetpub\wwwroot\click2install_controlstest\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\click2install_controlstest\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/click2install_controlstest"
		Release.AspNetCompiler.PhysicalPath = "..\..\..\inetpub\wwwroot\click2install_controlstest\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\click2install_controlstest\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		SlnRelativePath = "..\..\..\inetpub\wwwroot\click2install_controlstest\"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1F030E4D-0101-43CA-A021-234616588BB2}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Release|.NET.ActiveCfg = Release|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Release|Any CPU.Build.0 = Release|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{1F030E4D-0101-43CA-A021-234616588BB2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Debug|.NET.ActiveCfg = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Debug|.NET.Build.0 = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Release|.NET.ActiveCfg = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Release|.NET.Build.0 = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Release|Any CPU.ActiveCfg = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{853E81C2-D58C-4803-ABDA-D2BC6BC70D5D}.Release|Mixed Platforms.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
Web Developer
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions