| Title |
Author |
Score |
Creating multilingual websites - Part 1
Tuesday, February 07, 2006 (EST)
Extend the existing globalization capabilities of .NET to create flexible and powerful multilingual web sites. First, create a custom ResourceManager, and then create custom localized-capable server controls to easily deploy multilingual functionality.
|
DeveloperLand Administrator
|
Average Rating:  |
|
An Innovative Technique for Creating Reusuable Page Templates in ASP.NET
Sunday, June 26, 2005 (EST)
One area where I feel that ASP.NET still leaves a bit to be desired is reusuability for ASP.NET pages at the UI level.Several techniques exist to combat this problem
|
Stephen Stchur
|
Average Rating:  |
|
SmartIrc4net Managed IRC Library
Saturday, November 27, 2004 (EST)
SmartIrc4net is a high-level IRC API for .NET/C#.This library has a 3 layered API, allows developers to pick the layer/features he needs. You could use any layer for writing IRC applications, the question is how much IRC abstraction and features you need.
|
Mirco Bauer
|
Average Rating:  |
|
Failed assertion message box for ASP.NET
Sunday, October 10, 2004 (EST)
Display Debug.Assert message boxes while debugging ASP.NET applications.
|
Palo Mraz
|
Average Rating:  |
|
Trace Utility to Trace IP Packet Path
Monday, August 23, 2004 (EST)
This article uses the ICMP protocol to trace the path of an IP packet.
|
Sanjay Ahuja
|
Average Rating:  |
|
Global Error Handler
Sunday, August 22, 2004 (EST)
It will send a message to the specified email address when there is an error in your application.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Adding a Hover feature to Button in C#
Sunday, August 22, 2004 (EST)
Adding a hover feature to change the background color of a ASPX button is relatively simple.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Using an ASPX Button to Open a Javascript Window
Sunday, August 22, 2004 (EST)
You can open a javascript window in your ASPX application in three easy steps.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Getting Information on Current Visitor
Sunday, August 22, 2004 (EST)
If you are looking for information about who is using your site, certain information is readily available from the Request Object.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Sending Email in C# for Asp.Net
Sunday, August 22, 2004 (EST)
Sending email from Asp.Net is extremely simple. In this first part, we'll look at what it takes to send a basic message (text or Html) with or without an attachment.
|
DeveloperLand Administrator
|
Average Rating:  |
|