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

Enable ReadOnly Mode for your WebForms!

Rate me:
Please Sign up or sign in to vote.
4.68/5 (20 votes)
24 Feb 2004 70.6K   726   41  
This article will show you, how to implement a readonly mode for webforms.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReadOnlyMode", "http://localhost/ReadOnlyMode/ReadOnlyMode.csproj", "{B5B42DCB-02F7-4A9C-BA09-9A89473C48B9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B5B42DCB-02F7-4A9C-BA09-9A89473C48B9}.Debug.ActiveCfg = Debug|.NET
		{B5B42DCB-02F7-4A9C-BA09-9A89473C48B9}.Debug.Build.0 = Debug|.NET
		{B5B42DCB-02F7-4A9C-BA09-9A89473C48B9}.Release.ActiveCfg = Release|.NET
		{B5B42DCB-02F7-4A9C-BA09-9A89473C48B9}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
Switzerland Switzerland
Consultant for Trivadis AG in Switzerland.
Interested in .NET, Architectures, Patterns and Web 2.0.
Blog and articles at http://sharpcuts.blogspot.com

Comments and Discussions