 
  |
 |
Tips and Tutorials scripts |
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
|
 |
| |
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 ASP.NE
|
 |
| |
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
|
 |
| |
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.
|
 |
| |
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
|
 |
| |
Programmatically setting the focus on asp...
|
|
 |
|
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
|
 |
| |
Float, Double and Decimal: do you know the...
|
|
 |
|
There are a number of data types available in the .Net framework for storing numbers with fractional parts. They are each appropriate for different situations, and using the wrong one can lead to errors in calculations as well as performance issues!
|
 |
| |
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 t
|
 |
| |
Beginning ASP.NET the Easy Way
|
|
 |
|
ASP.NET is Microsoft’s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need t
|
 |
| |
ASP.NET Thumbnail Gallery
|
|
 |
|
This tutorial will demonstrate how to display the images in a folder as Thumbnails and order them down the page.
|
 |
| |
|
 |
 
  |