Home - Advertise - About KYNOU -  - Tutorial Index - Newest Tutorials - Chat Room - Advanced Search
Skip Navigation Links.
Tutorial TitleTutorial Description 
Master Page and NavigationThis tutorial covers the following topics: Master Page, SiteMap, SiteMapPath, TreeView, Menu, and other navigation controls. Select
SecurityIn this tutorial, you will learn how to use the security-related web user controls introduced by ASP.NET 2.0.Select
Personalization and ThemesIn this tutorial, you will learn how to create SkinFiles to standardize the appearance of the web pages.Select
Pages, Posting, and Validation.NET 2.0 introduces the ability to determine a different web form to handle the post back caused by a Button click event. ValidationGroup property allows you to group controls that should be validated when a post back is attempted. The validation controls now provide the SetFocusOnError property that makes a text box receive the focus in case its value was not validated. Wizards is a new control that will allow you to build a Wizard-like website with few clicks. With ASP.NET 2.0 you will be able to create client-slide script that will call code on the server without causing a post back. All these things will be covered in this tutorial.Select