- 1,251 categories
- 40,829 scripts
- This tutorial is an easy introduction to ASP.NET web forms. It explains how to write a correct form tag, how to use common web controls, how to maintain ViewState etc.
- In this article we discuss the several new features that are introduced in ASP.NET and see how it has improved by doing so.
The need for improvement lead to ASP.NET 2.0, which was designed keeping in mind the factor that web development require...
- This tutorial explains the differences between the Classic ASP and ASP.Net and also focuses on the new features in ASP.NET.
ASP.Net opens up a whole new programming model with the blend and combination of Web forms, server-side controls, data b...
- Forms Authentication is a system in which unauthenticated requests are redirected to a Web form where users are required to provide their credentials. Active Directory is an essential and inseparable element of the Windows 2000 network architecture...
- Many websites often organize their content into modules that allows for personalization. In ASP.NET 1.1, you needed to build your own personalization framework.
This article discuss how you can do it with Web Parts, new feature introduced in AS...
- Keyboard shortcuts are well known facility in Windows desktop applications. Shortcuts can increase efficiency and usability of your user interface. This tutorial explains how to enable keyboard shortcuts in ASP.NET web application.
- Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that...
- ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page post...
- Using asp.net Code Behind (aka asp.net code, regardless of where it is situated) you can write your pages to display the blinking cursor (focus) on a particular web control. This improves the usability of your forms for end users. Copy the code exa...
- In this article, we explain REST (Representational State Transfer). It s an approach to building distributed systems, though less commonly used than Remote Procedure Calls. We look at what it is, how it differs from RPC, when it might be suitable to ...
Page: