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

MaskingText for ASP.NET

Rate me:
Please Sign up or sign in to vote.
3.68/5 (15 votes)
20 Sep 2007CPOL1 min read 51.5K   555   19  
TextBox Control for ASP.NET with masking facility

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "E:\MaskingText\MaskingTextTest\", "MaskingTextTest\", "{238661AF-13C4-4DCD-99EE-050ABD17C25F}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/MaskingTextTest"
		Debug.AspNetCompiler.PhysicalPath = "MaskingTextTest\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\MaskingTextTest\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/MaskingTextTest"
		Release.AspNetCompiler.PhysicalPath = "MaskingTextTest\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\MaskingTextTest\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1413"
	EndProjectSection
	ProjectSection(ProjectDependencies) = postProject
		{877FC369-AF99-40D2-9980-512FC737BF21} = {877FC369-AF99-40D2-9980-512FC737BF21}
	EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MaskingText", "MaskingText\MaskingText.vbproj", "{877FC369-AF99-40D2-9980-512FC737BF21}"
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
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Debug|.NET.ActiveCfg = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Debug|.NET.Build.0 = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Release|.NET.ActiveCfg = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Release|.NET.Build.0 = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Release|Any CPU.ActiveCfg = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{238661AF-13C4-4DCD-99EE-050ABD17C25F}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{877FC369-AF99-40D2-9980-512FC737BF21}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Release|.NET.ActiveCfg = Release|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Release|Any CPU.Build.0 = Release|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{877FC369-AF99-40D2-9980-512FC737BF21}.Release|Mixed Platforms.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 Code Project Open License (CPOL)


Written By
Web Developer
India India
My self Paresh Rathod, working as a web developer in Rajkot, Guajrat, India.

I am having total experience of 10 yrs in this field.

I beleive in...
TOGETHER WE CAN AND WE WILL MAKE A DIFFERENCE.

Comments and Discussions