Server Intellect

Featured Article

Check for Internet Connection (Part 2 of 3)


By Joe Maguire

Check for an Internet Connection – Part Two of Three This is Part Two of this article series. Read Part 1 here Introduction What we learned in the first article of this series was that the best applications have the best validation and the least occurrences of errors. We learned that we are able...


Click here to read this article

Latest Articles

Learn how to modify CSS using AJAX UpdatePanel C#

Category: Web Development / CSS, DHTML, XHTML

This tutorial will demonstrate how to dynamically modify the CSS Using AJAX UpdatePanel. C# In this tutorial we will demonstrate how to add AJAX style visual updates using CSS and the AJAX UpdatePanel. This way the user will be able to select a color from the DropDownList then; it will change in a label...

Continue reading >>

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...

Continue reading >>

Learn How to use the CreateUserWizard control in ASP.NET 3.5 C#

Category: Web Development / ASP.NET

This tutorial will demonstrate how to use the CreateUserWizard control in ASP.NET 3.5 Web App C#. In this tutorial we will add a user account to the database using ASP.NET framework through the CreateUserWizard control. This allows users to add their own information to the user database and force them...

Continue reading >>

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...

Continue reading >>

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...

Continue reading >>

Learn How to Enable Configuration Settings in ASP.NET 3.5 C#.

Category: Web Development / XML and Web Services

This tutorial will show you how to enable the configuration settings within the Web.config file for forms authentication, roles, and profile properties for a Windows Application in ASP.NET 3.5 C#. In this tutorial we will enable the configuration settings within the Web.config file for forms authentication...

Continue reading >>

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...

Continue reading >>

Learn How to Declarative Databind in a ASP.NET 3.5 Web Application C#.

Category: Web Development / ASP.NET

This tutorial will show you how bind a DataBound control to a DataSource control. This process is called declarative databinding. This allows ASP.NET Framework to handle all the messy details of deciding when to retrieve the data items represented by a DataSource control. Here is a snapshot of what the...

Continue reading >>

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...

Continue reading >>

Learn How Use Triggers in an UpdatePanel in ASP.NET 3.5 AJAX C#

Category: Web Development / AJAX

This tutorial will explore triggers through an UpdatePanel design in ASP.NET AJAX using Visual C#. In this tutorial we will assume that you will be working with the .NET Framework 3.5 and Visual Studio 2008. By default, triggers in an UpdatePanel include child controls that invoke a postback. A good...

Continue reading >>