Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, May 13, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.Net
Search:
What's New - What's Hot
More Categories for Application Making Application Making (57)
Listings for ASP.NET Administration ASP.NET Administration (41)
Listings for ASP.Net Sites ASP.Net Sites (11)
Listings for Assembly Assembly (53)
Listings for Browsers Browsers (69)
Listings for Business & Enterprise Business & Enterprise (11)
Listings for Caching Caching (252)
Listings for Class Libraries Class Libraries (113)
More Categories for Code Management Code Management (208)
Listings for Compiler Compiler (5)
Listings for Component Component (124)
More Categories for Configuration Configuration (131)
Listings for Cookies Cookies (51)
Listings for Custom Controls Custom Controls (539)
Listings for Data Binding Data Binding (134)
More Categories for Database Database (2393)
Listings for Date & Time Date & Time (59)
Listings for Debugging Debugging (93)
Listings for Deployment Deployment (64)
Listings for Directory Listing Directory Listing (52)
Listings for DNS Functions DNS Functions (3)
Listings for Documentation Documentation (4)
Listings for Domain Controller Domain Controller (4)
Listings for E-Commerce E-Commerce (8)
Listings for Email Email (202)
Listings for Error Handling Error Handling (131)
Listings for Event Handling Event Handling (77)
Listings for Exception Handling Exception Handling (47)
Listings for FAQ FAQ (60)
More Categories for File Management File Management (234)
Listings for Flash Flash (3)
More Categories for Form Handling Form Handling (147)
More Categories for Function Function (8)
Listings for Globalization Globalization (60)
More Categories for Graphics & Charts Graphics & Charts (252)
Listings for Image manipulation Image manipulation (108)
Listings for Introduction Introduction (107)
More Categories for Language Reference Language Reference (57)
Listings for Master Pages Master Pages (80)
Listings for Migration to ASP.Net Migration to ASP.Net (234)
More Categories for Miscellaneous Miscellaneous (1)
Listings for Mobile Mobile (69)
Listings for Namespace Namespace (19)
Listings for Object Oriented Object Oriented (138)
More Categories for Office Documents Office Documents (38)
Listings for Performance Tuning Performance Tuning (100)
Listings for Popup Calendar Popup Calendar (20)
Listings for Popup Window Popup Window (26)
Listings for Reflection Reflection (18)
Listings for Regular Expressions Regular Expressions (33)
Listings for Remoting Remoting (51)
Listings for Request Request (34)
Listings for ResourceManager ResourceManager (5)
Listings for Response Response (12)
Listings for RichTextBox RichTextBox (43)
Listings for RSS RSS (112)
Listings for Sample Chapters Sample Chapters (474)
More Categories for Scripting Scripting (329)
Listings for Search engine Search engine (18)
More Categories for Security & Encryption Security & Encryption (181)
Listings for Serialization Serialization (26)
More Categories for Server Application Server Application (11)
More Categories for Server Controls Server Controls (2167)
Listings for Server Variables Server Variables (42)
Listings for Session State Session State (111)
Listings for Site Performance Site Performance (18)
Listings for SQLXML SQLXML (14)
Listings for State Management State Management (65)
More Categories for Strings & Variables Strings & Variables (8)
Listings for System.drawing System.drawing (2)
Listings for System.Web System.Web (20)
Listings for Threading Threading (43)
Listings for Tips & Tricks Tips & Tricks (595)
Listings for Title & tags Title & tags (9)
Listings for Tracing Tracing (41)
More Categories for User Management User Management (300)
Listings for View State View State (72)
Listings for Visual Studio.Net Visual Studio.Net (15)
More Categories for Web Application Web Application (31)
Listings for Web Development Web Development (204)
Listings for Web Forms Web Forms (256)
More Categories for Web Services Web Services (589)
Listings for XML and ASP.NET XML and ASP.NET (294)
 

Manage ASP.Net Web Server Controls, Event Handler and Server Side Validation using XML and XSLT        
Total Hits: 0  |  Today: 0 Author: Ehsanul Haque       Rating:  
Read Reviews | Write Review |              Your Rating: 

In most cases server controls are very useful in ASP.Net web application since they have some valuable events (for example: click event, data binding event, data bound event, etc) and many advance functionality like state management, input validation, etc. In general XSLT produce plain xml or html without any hassle but if we want to create our asp.net server control by using XML and XSLT then we should follow some procedure which will be described below. XML has a vast use in web application an...

Inside Master Pages        
Total Hits: 0  |  Today: 0 Author: Mohamed Sharaf       Rating:  
Read Reviews | Write Review |              Your Rating: 

Master pages are templates for ASP.NET pages. It helps you to create consistence in appearance for your web site with minimum code effort. The great thing about master pages is that they are live templates, you can change them from within the content pages. They are not only for visual consistency but can also act as a global function library. Any function declared in the master page is viewable in the content pages....

URL Object Serialization: An Effortless Approach to User Account Confirmation        
Total Hits: 0  |  Today: 0 Author: Daniel Vaughan       Rating:  
Read Reviews | Write Review |              Your Rating: 

I've heard it said that laziness is a virtue of an effective programmer. Now while the literal interpretation of this is dubious, there is a measure of truth in it. I have found that laziness can sometimes be a driving force towards innovation. Well, not laziness exactly, but an inclination for finding the solution of least effort. As Lee (2002) points out, it is a "natural disposition that results in being economic". Case in point: a little while ago I needed to create an email driven registrat...

Using Google Co-op's Custom Search Engine        
Total Hits: 0  |  Today: 0 Author: Jon Sagara       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article shows how easy it is to create your own custom search engine using ASP.NET and Google Co-op’s Custom Search Engine feature. The very first step you must take is to visit http://www.google.com/coop/cse. (Note that you must have a Google Account. If you don’t have one, ask around. GMail invites are a dime a dozen these days.) Once there, follow the instructions to create your custom search engine....

Utilizing SharePoint Form Controls (like OWSDateField)        
Total Hits: 0  |  Today: 0 Author: railerb       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you have ever developed a WebPart for Windows SharePoint services, then you probably have tried to take advantage of some of the client-side controls, like the OWSDateField. If you have, then you know how much of a pain in the rear it is to use them. There are several issues involved with using the OWS controls that come built-in with SharePoint services that are in the Microsoft.SharePoint.WebControls namespace:
1. If you are going to use a control like the OWSDateField, then you must ...

Use a floodgate class to block multiple posts        
Total Hits: 0  |  Today: 0 Author: Rob van der Veer       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here's something that I'd like to share with you. I was developing a website and wanted to limit the number of operations per second that a client is allowed to post. For example, if a visitor posts a comment within 10 seconds of his previous post, it's very unlikely that the post contributed by the person is something useful. Most probably, that post was somehow automated....

PixelDragonsMVC.NET - An open source MVC framework        
Total Hits: 0  |  Today: 0 Author: BigAndy       Rating:  
Read Reviews | Write Review |              Your Rating: 

PixelDragonsMVC.NET is an open source, easy-to-use MVC framework for use with ASP.NET 2.0. It has built-in support for NHibernate and Log4Net and was produced by Pixel Dragons Ltd. to make creating ASP.NET 2.0 applications as easy as possible for us and you. We've created a project on CodePlex. From Wikipedia: "Model-view-controller (MVC) is an architectural pattern used in software engineering. In complex computer applications that present lots of data to the user, one often wishes to separate ...

Building Redistributable Web-based MP3 Player with ASP.NET, Flash and Cassini web server        
Total Hits: 1  |  Today: 1 Author: Vlad Hrybok       Rating:  
Read Reviews | Write Review |              Your Rating: 

The source code for this article shows how to build a simple web-based media player for MP3 files and demonstrates several aspects of ASP.NET programming, like caching, using of http handlers, and making IIS-independent installers for redistributable ASP.NET applications. This article describes how to build an easily-redistirbutable ASP.NET application that can play MP3 tunes from any folder on the system hosting application. Cassini server is used to eliminate IIS requirement, and allow applica...

Restricting input by MaskEdit in IE / Firefox        
Total Hits: 1  |  Today: 1 Author: Jerry.Wang       Rating:  
Read Reviews | Write Review |              Your Rating: 

I remember that there is a very useful control called CXTMaskEdit in XtremeToolkit when I use VC++.
So I managed to replant the MaskEdit to Javascript, then I started to create the Javascript Lib for myself.
The only purpose is to better the user's experience.
There are several kinds of textboxs I am providing for IE / Firefox.
a.) Textbox only accepts nonnegative integer
b.) Textbox only accepts whole number
c.) Textbox only accepts currency(ie. 14.22 ), and 2 decimal re...

Declarative QueryString Parameter Binding        
Total Hits: 1  |  Today: 1 Author: piers7       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article discusses a strategy for automatic population of instance fields and properties on an ASP.NET page from parameters supplied via properties of the Request object (.QueryString, .Form etc...). If you have parameterized ASP.NET pages - i.e. pages that modify their output on the basis of some input from the GET (Request.QueryString) or POST (Request.Form) parts of the request -...

Build a Blog Page consuming an XML feed        
Total Hits: 1  |  Today: 1 Author: Giuseppe Vettigli       Rating:  
Read Reviews | Write Review |              Your Rating: 

A web feed is a data format used for providing users with frequently updated content.[1] RSS and ATOM are families of Web feed, in this article we develop a "feed reader" binding the data in a GridView control of ASP.NET. A feed is an XML file, sliding the tags we can see information about the generator of the feed, pubblication date, articles item with title, description and more....

RoleProvider for web applications that use XML files for roles        
Total Hits: 1  |  Today: 1 Author: --==## Andy74 ##==--       Rating:  
Read Reviews | Write Review |              Your Rating: 

The idea that this article wants to illustrate is the implementation of a personal RoleManager provider to manage the roles of users in a website. This functionality is already built in to the .NET Framework: you simply can use the Roles class to create, delete, or add users, etc. to the rules of the website that you want implement. But... there is a but! Perhaps, not everyone knows that when the Roles class is used, automatically (where not specified) the RolesProvider is used to manage the rol...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net