|
|
|
|
|
Total Hits: 24 | Today: 0
|
Author: Razwan Kader
|
Rating:
|
|

The Membership feature of ASP.NET does just that—makes it better and easier. Membership provides secure credential storage with simple, easy-to-use APIs. Rather than requiring you to repeatedly develop infrastructure features for authenticating users, it is now part of the platform. More importantly, it's a pluggable part of the platform through the new provider pattern, allowing you to easily extend the system (e.g., to add support for LDAP or existing corporate user account systems).
A ...
|
|
|
|
Total Hits: 206 | Today: 0
|
Author: Ken C. Len
|
Rating:
|
|

MCMS Site Manager desktop application requires a network connected workstation to execute and manage your content management system site. But many of times when a MCMS web site is deployed there is no access to the production server to luanch Site Manager and manage your site. In this case we need a web based site manager, one that would allow you to manage your contents right where your site is host on the internet. This sample shows you how to write a web based site manager using C# and ASP.Ne...
|
|
|
|
Total Hits: 188 | Today: 0
|
Author: west-wind.com
|
Rating:
|
|

ASP.Net a plethora of properties to retrieve path information about the current request, control and application. To keep things straight I thought it'd be a good idea to summarize those options briefly along with describing some common scenarios of how they might be used. Here's a list of the Path related properties on the Request object...
|
|
|
|
Total Hits: 703 | Today: 0
|
|
Rating:
|
|

PolkadotNet.com: your home for everything Dot Net, with thousands of resources, and more being added daily! Whether you're looking for .NET applications, server and user controls, free source code, tutorials, development articles, or web hosting, you've come to the right!....
|
|
|
|
Total Hits: 91 | Today: 1
|
Author: Davy Mitchell.
|
Rating:
|
|

Almost every site I build has some sort of administration site built onto it and I wanted something to make the task of using these much easier by improving the interface. It was also required to be: 1. Quick to reuse 2. ASP centered and 3. Easy to add to existing sites....
|
|
|
|
Total Hits: 122 | Today: 0
|
Author: Aaron
|
Rating:
|
|

This site is provided for listing all the ASP.NET related resources. Our mission is to provide all the latest resources to help, share and promote ASP.NET Technology. We cover All ASP.NET related Scripts, Controls, Components, Hosting , Tutorials and etc...
|
|
|
|
Total Hits: 328 | Today: 0
|
Author: wumpus1
|
Rating:
|
|

I often deploy ASP.NET websites to servers that I don't control. In these situations, I can't get to the underlying file system to do any file maintenance, because I don't have direct access to the server. So I have to access the file system indirectly, through the website that I am deploying. Rather than writing a bunch of special purpose pages to deal with file management, I developed a generic WebFileManager page than can be dropped into any ASP.NET website. This page performs the most common...
|
|
|
|
Total Hits: 233 | Today: 0
|
Author: Wayne Berry
|
Rating:
|
|

Dynamically generated pages are the only way to have a truly big site; however dynamic page names are not very user friendly, nor search engine friendly. For example, having a page called: product.asp?Id=4 is not as memorable as: /appliances/dishwashers/kenmore/Model3809.htm This article shows how you can get a static-looking page name and dynamic pages at the same time....
|
|
|
|
Total Hits: 101 | Today: 0
|
Author: Nevron LLC
|
Rating:
|
|

Nevron Chart for .NET is the leading data visualization component for .NET. In terms of image and presentation quality this component simply has no competition. The component supports numerous charting types, VS design time support, empty data points, UI editors, data grid, build in toolbar, flexible axes, financial functions, HTML image maps, server side events, browser detection, direct stream to browser, custom client side scripts and more....
|
|
|
|
Total Hits: 173 | Today: 0
|
Author: Eric Smith
|
Rating:
|
|

Some web sites implement a handy JavaScript function by putting the cursor into the first input text box on a form. This saves the user the step of clicking into the box, speeding up data entry just a bit. Instead of hard-coding JavaScript on every page, I've created a handy function that does this for you, based on the controls visible on the page. This solution uses the new ASP.NET 2.0 ClientScript manager object in place of the RegisterClientScriptBlock methods that have been deprecated on th...
|
|
|
|
Total Hits: 285 | Today: 1
|
Author: www.dotnetbips.com
|
Rating:
|
|

Then came .NET 2.0. Many things changed especially for ASP.NET. So I decided to write a sequel to the earlier series specifically for ASP.NET 2.0. This article will explain how a typical 3-tier architecture can be used in ASP.NET 2.0 with the help of Generics based collections and Data Source Controls. Note that the article aims at showing a simple 3 tier architecture and not at teaching you generics, data bound controls and data source controls....
|
|
|
|
|
|