sorted by:
best match first |
newest listings first
Featured Listings
- The 3 Musketeers: - Model, View and Controller using HTTP Handler – Part 1
This article describe about the basics of MVC and then see how we can implement the same in ASP.NET using HttpHandlers.
From: ASP.NET Community - ASP.NET - 12/11/2008
- The 3 Musketeers: - Model, View and Controller using ASP.NET MVC – Part 2
This article describe steps of how to use ASP.NET MVC to build the three Musketeer’s Model, View and Controller.
From: ASP.NET Community - ASP.NET - 12/10/2008
- Dynamic Data - Customizing the Delete Confirmation Dialog
I spent some time customizing the delete confirmation dialog in the Dynamic Data site I have been blogging about recently. Specifically, I looked at r
From: ASP.NET Community - ASP.NET - 12/11/2008
- ASP.NET MVC Tip: Dependency Injection with Unity Application Block
Demonstrate how to use dependency injection pattern in ASP.net MVC application using Microsoft’s Unity Application Block (Unity). If you want to devel
From: ASP.NET Community - ASP.NET - 12/11/2008
- ASP.NET 3.5 URL Routing
This post speaks about basics of URL Routing and how URL Routing related to building a ASP.NET MVC Application. This post specifically speaks about how URL Routing is used in ASP.NET MVC Application.
From: ASP.NET Community - ASP.NET - 12/11/2008
- Cloudship: Membership Provider for the Cloud
Planning to move to the Azure Cloud, but already tied to the Membership API? This article guides you to build a complete Membership provider library w
From: ASP.NET Community - ASP.NET - 12/11/2008
- Passing data between layers using Generic list collection
This simple article describes how to pass data between different layers of your application using Generic list collections.
From: ASP.NET Community - ASP.NET - 8/20/2009
- jQuery and ASP.NET AJAX UpdatePanel
This article describes the solution of the problem in which jQuery doesn't work for elements placed under ASP.NET AJAX UpdatePanel when partial postback is done.
From: ASP.NET Community - ASP.NET - 8/19/2009
- Life and Times of an ASP.NET Controller
In this article, K. Scott Allen dissects the ASP.NET MVC framework and look at how controllers work. He explains how the framework interacts with your
From: ASP.NET Community - ASP.NET - 8/18/2009
- Windows Authentication using Form Authentication
Learn how to authenticate a Windows account using Forms Authentication.
From: ASP.NET Community - ASP.NET - 8/17/2009
- Handling Legacy URLs with ASP.NET MVC
Converting an ASP.NET Web Forms site to MVC requires handling of legacy URLs that will be forever embedded in sources that link to your site such as b
From: ASP.NET Community - ASP.NET - 8/16/2009
- IP Address Location In ASP.NET
There are a lot of paid as well as free services that can find Visitor Geographical information from I.P Addresses. In this article, we will consume a free online API and fetch data using LINQ To XML.
From: ASP.NET Community - ASP.NET - 8/15/2009
- Implementing a Theme-based Stylesheet Parameterizer
How to implement a Stylesheet Parameterizer to have placeholders in .css files replaced by theme-dependant variables stored in .xml files.
From: ASP.NET Community - ASP.NET - 8/14/2009
- GridView Selection and Postback using jQuery
The following article demonstrates how to select a row in a GridView and execute a postback using jQuery.
From: ASP.NET Community - ASP.NET - 8/13/2009
- ASP.NET Web Site Performance Improvement
Basic tips to speed up your ASP.NET application
From: ASP.NET Community - ASP.NET - 8/12/2009
- A Degradable jQuery AJAX Email Form for ASP.NET MVC
Pretty much every web site on the Internet features a form for users to provide feedback via email to site owners. This article looks at one way to im
From: ASP.NET Community - ASP.NET - 8/11/2009
- Implement a Win Forms Slider Control in ASP.NET 2.0
This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
From: ASP.NET Community - ASP.NET - 8/10/2009
- ASP.NET MasterPages and User Defined Events
The following article demonstrates how to create an event with custom event arguments in a master page and how to raise that event within web content pages.
From: ASP.NET Community - ASP.NET - 8/20/2009
- Tips for Deploying ASP.Net Application in Production
In this article, we will see some of useful tips that can help us in deploying application efficiently in production.
From: ASP.NET Community - ASP.NET - 8/20/2009
- Technology To Think About: .NET RIA Services on the Server
The ASP.NET-related portions of .NET RIA Services aren't ready for primetime yet, but now's a good time to start kicking the tires.
From: ASP.NET Community - ASP.NET - 8/20/2009
- Validators: The Easy Way To Build Business Rules into Your UI
Validator controls make handling errors and reporting them in the UI easy, but what you may not know is how easy it is to create your own Validator.
From: ASP.NET Community - ASP.NET - 8/20/2009
- Master-detail data-binding using DropDownList in ASP.NET 2.0
This article is intended to illustrate how to implement the master-detail presentation pattern using the ObjectDataSource components and DropDownList Web control.
From: ASP.NET Community - ASP.NET - 8/20/2009
- Integrating Master Pages and Content Pages
Not content with providing a solution for displaying information from the Content page on its MasterPage, Peter returns to the topic to solve the problem from another direction.
From: ASP.NET Community - ASP.NET - 8/20/2009
- DatePicker Control in ASP.Net
Often we will get a requirement to capture date input from the users. Normally, we can do this with a textbox and asking user to input the date in a p
From: ASP.NET Community - ASP.NET - 8/20/2009
- AH, Ah, ah, ah…Staying Alive…Staying Alive
How to stop a session from timing out when a web page is open but inactive.
From: ASP.NET Community - ASP.NET - 8/20/2009