Working with DropDownList Controls in ASP.NET
When trying to install a web site on my test machine (IIS Server) I got Error 503 Service Unavailable, after a long discussion...
In this article, I have created a program that will allow you to Select/Deselect all the CheckBoxes of a GridView Row from the GridView Header CheckBox.
The Bing Application Programming Interface (API) enables developers to programmatically submit queries to and retrieve results from the Bing Search Engine.
N-tier application architecture provides a model for developers to create a flexible and reusable application by breaking up an application into tier.
Here, I have made a Login Form using ASP.Net, which includes use of GridView, RequiredFieldValidator, RegularExpressionValidator and JavaScript for the client-side validation. This Program contains validation like OnlyNumeric Values in Textbox,
JQuery is a light weight JavaScript library which that simplifies the way of HTML DOM traversing and manipulation, event handling, client side animations, etc.
Cookie is a small text file sent by web server and saved by web browser on client machine. Cookies are created when a user's browser loads a particular website. The website sends information to the browser which then creates a text file.
ASP.NET Session state provides a place to store values that will persist across page requests. Values stored in Session are stored on the server and will remain
We use QueryString property of Request Object for passing variables content between pages ASP.NET. QueryStrings are data that is appended to the end of a page URL.
Here, I’m going to describe Login web Form in ASP.Net. This article’s beauties are, it provide login for Admin and User both from single table according define role. This demo is having proper validation and Stay login.
A new instance of the Web page class is created each time the page is posted to the server.