Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / C#

Data bound ListView control

Rate me:
Please Sign up or sign in to vote.
3.10/5 (18 votes)
24 Nov 2003CPOL 52.2K   1.6K   16  
C# implementation of data bound ListView control
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary7", "ClassLibrary7\ClassLibrary7.csproj", "{EDC1629A-8391-4162-9FBF-BE47419E8C65}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsApplication1", "WindowsApplication1\WindowsApplication1.csproj", "{90EA1BEE-AF20-46B9-982D-20E22CBE471B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{EDC1629A-8391-4162-9FBF-BE47419E8C65}.Debug.ActiveCfg = Debug|.NET
		{EDC1629A-8391-4162-9FBF-BE47419E8C65}.Debug.Build.0 = Debug|.NET
		{EDC1629A-8391-4162-9FBF-BE47419E8C65}.Release.ActiveCfg = Release|.NET
		{EDC1629A-8391-4162-9FBF-BE47419E8C65}.Release.Build.0 = Release|.NET
		{90EA1BEE-AF20-46B9-982D-20E22CBE471B}.Debug.ActiveCfg = Debug|.NET
		{90EA1BEE-AF20-46B9-982D-20E22CBE471B}.Debug.Build.0 = Debug|.NET
		{90EA1BEE-AF20-46B9-982D-20E22CBE471B}.Release.ActiveCfg = Release|.NET
		{90EA1BEE-AF20-46B9-982D-20E22CBE471B}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States

Senior System Architect with 11+ yrs experience. Masters degree in CS (PhD is
in progress). Experienced in design and implementation of enterprise wide computer systems,
n-Tier applications, application servers, computer vision, image analysis and
AI. Provide project design, development and management consulting services
through owned company http://www.xpidea.com


Comments and Discussions