Using a web form and server controls, part I is a tutorial through which users can gather information about the process to built the web forms with the help of ASP.NET applications. The author describes about the method of utilizing the server...
This is an online tutorial that can be used by the readers to learn about the authentication and authorization processes in achieving security with ASP.NET. This tutorial details on the types of authentication and provides brief description about...
Developing User And Server Controls: Part 2 is a tutorial in which the author explains the procedure for builiding user controls in ASP.NET. The author also shows you how to set and get the properties of the user control with a sample program. You...
Developing User And Server Controls: Part 3 is a web based tutroial in which the author gives you some tips for building server controls in ASP.NET. In this turorial the author creates a class which is derived from the base class...
Securing ASP.NET with web.config is one of the main article dealing with the authentication and authorization through which the user could look at allowing and denying users access to their sites. Earlier, any user could access the ASP.NET page...
Developing User And Server Controls: Part 1 is a simple tutorial through which you can gain knowledge about the user controls and server controls of ASP.NET. This tutorial provides you the syntax to register and add the user controls in ASP.NET...
Performance Comparison: .NET Remoting vs. ASP.NET Web Services is an ASP tutorial that helps users with details by comparing the .NET remoting and .NET web service. Here author describes about best way to suite the design options for the cross...
Setting Up a MySQL Based Website - Part I is a step by step tutorial that teaches you how to set up a guest book using a backend of perl and MySQL. This SQL backend application would be ideal for companies that run free public guest books.
User Controls: Part I - How to make a simple User Control is a tutorial which helps you to know about the method of creating user controls on your web forms. In this tutorial the author shows you how to create an aspx page, create the user control...
This article is about ASP.NET Windows authentication and its working. The author describes the webmasters about the real implementation of windows based authentication. Initially ASP.NET opens with a WindowsPrincipal object to the present request,... |