In this article we will cover working with the system registry, both reading and writing values. In this example, we will cover creating a license registration for your application.
Recently we had a Website that was redone from a large static site to a dynamically driven site in ASP.Net. The original site was heavily indexed by the major spiders on the Web, we did not want to lose the reference links in the engines and wanted to make sure the link clicked on would go to an appropriate paged in the site. In this article we cover how to create a document mapper so the old URL is redirected to the new related page within the new site.
In this article we will cover exposing an existing ASP.Net application as a Web service. We will provide methods for creating the Web service, converting readers to data sets, and a client application for the new service.
Web Services Enhancements for Microsoft .NET (WSE) provides an implementation of the Web services architecture for developers creating Web services by using ASP.NET and Microsoft .NET Framework client applications. It allows developers to incorporate security, routing, and attachment features in their application.
Here we provide several methods for managing your Active Directory database via ASP.Net code. We'll cover querying user information using System.DirectoryServices, changing user accounts, and group management.
Drill down on some of the new and exciting page framework features in ASP.NET "Whidbey". See how to leverage exciting features like Master Pages and Themes/Skins to richly customize Web UI, demonstrates how to leverage the new cross page postback features to postback server controls to other pages, and the new Site Navigation API and navigation controls to make building Web apps a breeze.
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.