Working with Cookies in ASP.NET is an article for the users who are new to the workingspot of cookies. This article covers the topics like working of cookie, writing and reading cookie, checking through cookie collection, debugging, testing for the
Creating Webmaster's own website is much easier now-a-days than safeguarding it from the unauthorized intruders. Security becomes one of the major problem among the webmasters. This article bring a solution stating about Windows Authentication in ASP
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, wh
This tutorial deals with user password verification. The author tells the webmasters about the need of checking the user password which is a server side verificaton. This article explains clearly about the conditions to check before giving the user p
Cookies are nothing but stored informations in the form of small files on user's machine. This tutorial describes about the importance and need of a cookie while developing any web application. Cookies are mainly used to store user's settings, nick n
Very often the users come across selecting a state from a list of states given. This is an article demonstrating the very simple method to select a particular state by its abbrevation. This tutorial gives the code of building the list, assigning th
Impersonation is nothing but when a .COM object works out the task with just the identification of the member. An User Account Impersonation / is a Web application in which the server is carrying out the work using the client identification and by th
JavaScript and ASP.NET are the two very powerful languages. This article comes as a proof to it. The author tells how to check the details entered into the database using ASP.NET and JavaScript. The source code of creating the HTML page for the login
The author felt that saving the password and username in a ordinary text is not so good level of security. As a result, this article narrates the importance of safeguarding the username and password in a very highlevel. Salted hashes gives birth to
This tutorial describes about setting and displaying cookies. Cookies are nothing but small content of text which could be called whenever needed while creating any webpage. It just gives information which the Web application can retrieve whenever th |