This serie of articles explains the membership provider system in ASP.NET 2.0, how to make it work against SQL Server 2000, how to tweak the CreateUserWizard to require email verification when new accounts are created etc. As of this moment there are 6 articles, all with explaining sourcecode.
In this paper, we discuss the benefits that companies are seeking to gain in migrating to ASP.NET, and the various approaches they can adopt. We also discuss how to estimate the complexity of a .NET migration, and outline the main phases of a well-planned migration.
Explains how to include multiple .config files to make ASP.NET Web application more secure and manageable. Microsoft ASP.Net provides a configuration system that can be used to keep our applications flexible at run-time.
In this tutorial we are going to present you a set of famous and frequently used client side scripts. You can simply copy any of these scripts into your web application without giving any attention to their underlying technologies. If, in any case, further customization or configuration is essential to utilize any of these scripts then we will include this information as well.
Explains how to automatically build help in ASP.NET. It is possible if you use XML comments in C# or VB.NET source code. Simply write all the documentation you need tightly tied to and inside your source code! Then use some documentation processing tools to collect all these comments and to construct a stand alone document containing every little aspect about your source code. As simple as that!
Every developer knows well that to be able to design a proper user interface then we have to have a solid knowledge about every aspect of this user interface before we actually start designing it. Unfortunately, this is not always 100% possible. Situations arise from time to time in which we have no or little idea about what will be the proper user interface for a given application. In web applications things becomes worth as these situations arises more frequently.
In this tutorial you will learn how To create a page for containing Web Parts controls, To create content for the main zone and To create a user control.
In this tutorial you will learn about Personalization - User Profiles and Themes, Inbuilt providers in ASP.NET 2.0 and also Create and execute a Shopping cart application with Personalization features.
In this tutorial you will learn how to Enable Users to Edit Pages and Change Layout, To create a user control that enables changing page layout, To enable users to change the layout and To test layout changes.