Categorized By Visual Studio.NET

Articles in Category: 'Visual Studio.NET'

Use the ListView to Display, Edit, Delete, Page, and Sort Data Records. C#

Category: Software / Visual Studio.NET

This tutorial will demonstrate step by step how to display, edit, delete, page and sort data using the ListView control. C# In this tutorial we will demonstrate how the ListView control supports edit, insert, delete, sort and page functionality. We will be working with templates because they allow you...

Read More...

Learn How to Use Validation Controls Inside an UpdatePanel Control C#

Category: Software / Visual Studio.NET

This tutorial will show you how to use Validation Controls inside an UpdatePanel Control C# In this tutorial we will use validation controls inside an UpdatePanel control to perform validation in the browser. The example is a simplified appointment query system. It allows users to specify a date and...

Read More...

Learn How to Create Multiple UpdatePanel Controls C#

Category: Software / Visual Studio.NET

This tutorial will show you how to create an ASP.NET Page with Multiple UpdatePanel Controls C# In this tutorial we will demonstrate how to work with multiple UpdatePanel controls on a page. By adding multiple UpdatePanel controls onto a page you are able to update regions of the page separately or together...

Read More...

Learn How to use the Copy Web Site Tool in ASP.NET 3.5 C#

Category: Software / Visual Studio.NET

In this tutorial we will show you how to use the Copy Web Site Tool in ASP.NET 3.5 to copy files between your current Web site and another Web site. In this tutorial we will demonstrate how to copy files between web sites and how to synchronize two Web sites so that they have the same version of each...

Read More...

Learn How to Add Web Site Navigation in ASP.NET 3.5 C#.

Category: Software / Visual Studio.NET

This tutorial will show you how to Add Web site Navigation in ASP.NET 3.5. In this tutorial we will demonstrate how to construct a navigation system that lets users move freely between pages, especially as you change the site. We will show you how to add ASP.NET site navigation to create a centralized...

Read More...

Creating a Better Printer GUI in VS.NET and C# Pt2

Category: Software / Visual Studio.NET

Creating a better printer GUI with Visual Studio .Net and C# (Part 2) This article is part two in the series. Read Part 1 here Welcome, in the last tutorial we began this project (Creating a better printer GUI with Visual Studio .Net and C#) on creating a better gui for handling multiple printers. We...

Read More...

Creating a Better Printer GUI in VS.NET and C# Pt1

Category: Software / Visual Studio.NET

Creating a better printer GUI with Visual Studio .Net and C# Welcome, in this tutorial we are going to create a simple but effective gui for your .Net winform application. To begin open up VS and create a new windows application and name it “MyPrinterGUI” and click “OK”. Next...

Read More...

How to Create a Data Source in Visual Studio.NET

Category: Software / Visual Studio.NET

How to create a data source in Visual Studio.Net 2005(Part 1) Welcome, in this tutorial we are going to create a new data source in Visual Studio.Net using the built in wizards and drag-n-drop. To begin go to “File”, “New”, “Project” and name the project something...

Read More...