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

Associated Icons Image Control

Rate me:
Please Sign up or sign in to vote.
3.92/5 (9 votes)
1 Jun 20055 min read 110.7K   866   34  
A web control that displays the icon image currently associated with a given file or file extension.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociatedIcons", "http://localhost/AssociatedIcons/AssociatedIcons.csproj", "{700489CE-6E08-40A0-8D16-5259604A26EE}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{700489CE-6E08-40A0-8D16-5259604A26EE}.Debug.ActiveCfg = Debug|.NET
		{700489CE-6E08-40A0-8D16-5259604A26EE}.Debug.Build.0 = Debug|.NET
		{700489CE-6E08-40A0-8D16-5259604A26EE}.Release.ActiveCfg = Release|.NET
		{700489CE-6E08-40A0-8D16-5259604A26EE}.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
United States United States
Sergio Pereira is a senior software developer and architect. He currently makes his services available throughout Chicago and suburbs. Sergio has always made himself proficient in mainstream Microsoft technologies and has a deep interest in emerging technologies and the software life cycle aspect of development.
Feel free to contact Sergio at sergio_pereira(AT)msn(dot)com.

Comments and Discussions