Creating a Page Template by inheriting from the System.Web.Page class (V2) is a tutorial in which author describes the method of generating a page template. The author gives guidelines to the programmer to build template interface and the...
Creating a Visual Web Page Template is an ASP.NET tutorial in which author gives enhanced procedure for constructing a visual web page template, designing the template, methods to display the template structure, procedure for requesting the...
Page Templates: Introduction is an article in which author explains the method of page template technique which uses page template class for creating the page template. This tutorial is specially meant for the beginners through which they can...
User Controls for Page Templates is an article in which author discusses much about ASP.NET user control, which helps in creating the page template. Here the author explains about linking two user control, which has control over top of the page...
Separation of the user interface and page logic by example is an useful tutorial for the Programmers to learn about the process of seperating user interface of particular application from its page logic. Here the author explains the above said...
The Login Database By Smo allows you to maintain a members database on your web site and secure selected pages. Visitors can create/edit/delete accounts and retrieve forgotten login information via e-mail. Features include login info stored in...
Page Templates: Server Forms is a web based tutorial in which author demonstrates the two method of adding server form to ASP.NET template. In this tutorial programmers can get an idea about two advanced methods of adding the user control to the...
The Profiles Database By Smo will allow users to maintain a profile on your web site. The profile can consist of work information, home information, personal information, custom form one (10 custom fields), custom form 2 (10 custom fields), and...
How to authenticate against the Active Directory by using Forms authentication and Visual C# .NET is an article in which author demonstartes about the step by step procedure that have to be adapted to use ASP.NET application for authenticating...
Overcome the restrictions placed by the java virtual machine on your applets. / This guide shows how you can make use of digitally signed code to move your applet out of the sandbox. |