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

SDXGrid V1.0.1.5 (VS 2005)

Rate me:
Please Sign up or sign in to vote.
4.71/5 (41 votes)
14 Jun 20074 min read 88.9K   3.2K   82  
SDXGrid, is a comprehensive data grid component for Microsoft .NET 2.0 web application developers, easing the exhausting process of implementing the necessary code for sorting, navigation, grouping, searching, and real time data editing in a simple data representation object.
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDXGridControl", "SDXGridControl.csproj", "{AF5F6EC6-A245-49E7-81B8-949124A042BA}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/SDXGridDemoProject/", "http://localhost/SDXGridDemoProject", "{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{AF5F6EC6-A245-49E7-81B8-949124A042BA}|SDXGridControl.dll;"
		Debug.AspNetCompiler.VirtualPath = "/SDXGridDemoProject"
		Debug.AspNetCompiler.PhysicalPath = "..\..\inetpub\wwwroot\SDXGridDemoProject\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SDXGridDemoProject\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/SDXGridDemoProject"
		Release.AspNetCompiler.PhysicalPath = "..\..\inetpub\wwwroot\SDXGridDemoProject\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SDXGridDemoProject\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		SlnRelativePath = "..\..\inetpub\wwwroot\SDXGridDemoProject\"
		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
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Release|.NET.ActiveCfg = Release|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Release|Any CPU.Build.0 = Release|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{AF5F6EC6-A245-49E7-81B8-949124A042BA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Debug|.NET.ActiveCfg = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Debug|.NET.Build.0 = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Release|.NET.ActiveCfg = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Release|.NET.Build.0 = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Release|Any CPU.ActiveCfg = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{6E78F392-05A4-4D1B-AFD7-C2779BA07F03}.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 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
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions