|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Ehsanul Haque
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Mohamed Sharaf
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Daniel Vaughan
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Jon Sagara
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: railerb
|
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 ...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Rob van der Veer
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: BigAndy
|
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 ...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Vlad Hrybok
|
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...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Jerry.Wang
|
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...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: piers7
|
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 -...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Giuseppe Vettigli
|
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....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: --==## Andy74 ##==--
|
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...
|
|
|
|
|
|