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

Navigation Web User Control

Rate me:
Please Sign up or sign in to vote.
4.75/5 (6 votes)
29 May 2009CPOL3 min read 34.9K   516   21  
Navigation Web User Control is a control which creates navigations buttons at run time so the user can navigate on the data list or any other controls.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebPagingControl", "WebPagingControl\WebPagingControl.csproj", "{BE189237-0512-47B0-8D3F-FEBCA11DE698}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "TestWebPaging", "TestWebPaging\", "{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		Debug.AspNetCompiler.VirtualPath = "/TestWebPaging"
		Debug.AspNetCompiler.PhysicalPath = "TestWebPaging\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\TestWebPaging\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/TestWebPaging"
		Release.AspNetCompiler.PhysicalPath = "TestWebPaging\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\TestWebPaging\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1162"
	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
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Release|.NET.ActiveCfg = Release|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Release|Any CPU.Build.0 = Release|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{BE189237-0512-47B0-8D3F-FEBCA11DE698}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Debug|.NET.ActiveCfg = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Debug|.NET.Build.0 = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Release|.NET.ActiveCfg = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Release|.NET.Build.0 = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Release|Any CPU.ActiveCfg = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{D132E938-0BF6-4ACD-9A22-6A52CE7562DB}.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Egypt Egypt
I am experienced in web development with Microsoft technologies using ASP.NET Core ,C#, ASP.NET MVC, ASP.NET Web Api, ADO.NET ,LINQ, web services. I have a working experience with Model View Controller (MVC), and have been involved in maintaining versions of source code using TFS (Team Foundation Server) 2010. I have also developed web user controls, master pages, validation controls, CSS files using technologies like AJAX Toolkit, JQuery, JavaScript, Telerik UI controls, XML, HTML ,angular 1.4., angular 2 , typescript, SPA single page application.

Comments and Discussions