Categories
ASP.NET → Tips and Tutorials

Web Forms in ASP.NET

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.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

ASP.Net 2.0 Improvements

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Classic ASP vs. ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Using Forms Authentication with Active Directory

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Web Parts in ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Keyboard Shortcut in ASP.NET

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.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Validation in ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

ControlState Property Demystified

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Programmatically setting the focus on asp.net control

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...
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

What is REST, anyway?

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 ...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com