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...
Categorized By Web Development
Articles in Category: 'Web Development'
Learn How to Enable Configuration Settings in ASP.NET 3.5 C#.
Category: Web Development / XML and Web Services
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...
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...
Learn How to Create Features in Cascading Style Sheets (CSS) in ASP.NET 3.5 C#
Category: Web Development / CSS, DHTML, XHTML
This tutorial will introduce cascading style sheets (CSS) features in ASP.NET 3.5. It will illustrate the basic techniques of creating a new Web page and new style sheet. In this tutorial you will demonstrate how to create a file system Web site, customize it by using the CSS features by creating a three...
Consuming a WCF Service with Client-Side AJAX in C#
Category: Web Development / AJAX
Consuming WCF Service using Client-Side AJAX in ASP.NET 3.5 and C# Introduction In this article, we will be looking at how we can use AJAX to implement a WCF Service, so that it's methods are available to client-side JavaScript. This is an extremely powerful tool, as we are able to access the WCF Service...
Inserting and Filtering Data using Custom Objects in C#
Category: Web Development / ASP.NET
Using Custom Objects to Manage Data in C# - Inserting and Filtering Introduction In the previous article, Creating Custom Objects in ASP.NET 3.5 and C# , we looked at how to create Custom Objectsand a Collection Class to display database data to a page. In this article, we will be building on this and...
Creating Custom Objects in ASP.NET 3.5 and C#
Category: Web Development / ASP.NET
Using Custom Objects and Collection Class for Binding Data - in C# Introduction This article will walk you through creating a custom object and collection class for that object, which will allow you to gain access to the custom properties and methods in the code-behind. Using objects makes it so much...
Install and Use Microsoft Chart Controls to Render a Graph from Data Table in C#
Category: Web Development / ASP.NET
Using MSChart to Create Graphical Charts in ASP.NET and C# Introduction In this article, we will be exploring the new addition to the .NET Framework: Microsoft Chart Controls, and how we can implement full-blown graphs and charts into our Web Applications using only ASP.NET - no need for third party...
Using the AJAX Control Toolkit in ASP.NET 3.5 and C#
Category: Web Development / AJAX
In this article, we will be looking at the AJAX Toolkit from Microsoft. This article is directed at users of Visual Studio.NET 2008, but users of the 2005 version may also take part, but will be required to install the AJAX Extensions from Microsoft . The AJAX Control Toolkit is a group of AJAX Extenders...
Using SiteMap and MasterPages to set META Tags in ASP.NET and C#
Category: Web Development / ASP.NET
Using the SiteMap for SEO Purposes in ASP.NET 3.5 and C# Introduction Especially since the introduction of Web 2.0, a new emphasis has been made on SEO (Search Engine Optimization) for our web pages. Google, amongst others, have managed to organize the world's data so well, that it is becoming more and...