Authentication is the process of obtaining identification credentials such as name and password from a user and validating those credentials against some authority. If the credentials are valid, the entity that submitted the credentials is considered
The Concept of URL Routing in ASP.Net 3.5What Is Routing?The Service Pack 1 for the Microsoft .NET Framework 3.5 introduced a routing engine to the
With the File Upload conrol we can allow user to upload file to the server. aspFileUploadID="FileUpload1"runat="server"Code:aspFileUploadID="FileUplo
The Callback feature that enables you to retrieve page values and populates them to an already generated page without regenerating the page. This cap
Cookies are small bit of text that is stored by web servers on to user machine. It contains user related information, example if we want to store re
Code for the above design (Default.aspx)body formid="form1"runat="server" aspButtonID="btn2"runat="server"Height="30px" stylez-index1left240pxtop
Design code for above design (Default.aspx)headrunat="server" titleCalculatortitle //java script file scriptsrc="calculation.js"type="text/java
ASP.NET Session State enables us to store and retrieve user information as user navigates from one page to another. User information is stored in se
A Validation control is used to validate the data of an input control. If the data does not pass validation, it will display an error message to the user.