Using Forms Authentication in ASP.NET is a web based tutorial which concentrates on .NET form authentication which validates the web form of the visitors with the help of .NET form authentication providers. Users can gain knowledge about basics of...
Form-based Authentication in ASP.NET is an ASP.NET tutorial in which programmers can gain knowledge about form based authentication which protects certain region of website to be accessed by the visitors. Here the author compares authentication...
Using Forms Authentication in ASP.NET - Part 2 is an ASP.NET tutorial in which author discusses about the method of constructing form authentication for validating the visitors username and the password. Here the author explains each and every...
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...
A Feedback Form in ASP.NET is an ASP.NET tutorial which deals with the methods involved in generating feed back email form with the help of ASP.NET applications. Here the author offers sample codes along with the descriptions inorder to create the...
Allowing Only Numbers in ASP. NET TextBoxes is a tutorial which helps you to know about the CustomValidator control. CustomValidator control is used to permit only numbers in an ASP.NET textbox. You have to set both ClientValidationFunction...
An Overview of Code-Behind in ASP.NET is an ASP.NET tutorial in which author describes the principles of code-behind in ASP.NET. The auhor says that it can be used to create reusable functions, objects, classes, user control and server control....
Browser Sniffing in ASP.NET is a web based tutorial in which author elaborates the procedure for detecting the users web browser using HttpBrowserCapabilities property. The author elaborates the uses of HttpBrowserCapabilities Class for retrieving...
Caching in ASP.NET is a web based tutorial through which programmers can get details about caching technique, various method of caching technique and advantages of using cache technique. Here author gives some of the tips for utilizing the cache...
Client Side Validation in ASP.NET is an ASP.NET tutorial in which the programmers can get guidelines about using the web form control and HTML control for validating the web form in the client side. Here the author explains about certain query... |