-
-
10:25
»
ASP.NET Daily Articles
With a little bit of effort it is possible to filter data based on the end user's selections in a CheckBoxList control. This article starts with a look at how to get SQL to filter data based on a user-supplied, comma-delimited list of values. Next, it shows how to programmatically construct a comma-delimited list that represents the selected CheckBoxList values and pass that list into the SQL query. Finally, we'll explore creating a custom parameter control to handle this logic declaratively.
-
10:25
»
ASP.NET Daily Articles
The following article demonstrates how to hijack ASP.NET MVC form posts using jQuery
-
10:25
»
ASP.NET Daily Articles
This article shows how to use ASP.NET Routing with the ListView and DataPager controls to create the ultimate paging interface.
-
10:25
»
ASP.NET Daily Articles
There are more than a hundred factors search engines use to rank pages. This tutorial explains the most important factors from the view of an ASP.NET developer.
-
10:25
»
ASP.NET Daily Articles
Dependency injection is a process of supplying an external dependency to a component. In this article we will learn how to use StructureMap as our dependency injection container.
-
10:25
»
ASP.NET Daily Articles
This article shows how to integrate Twitter with an ASP.NET website using the Twitterizer library, which is a free, open-source .NET library for working with the Twitter API. Specifically, this article shows how to retrieve your latest tweets and how to post a tweet using Twitterizer.
-
10:25
»
ASP.NET Daily Articles
ASP.NET 4.0 has greatly simplified ASP.NET Routing for Web Form applications by adding a number of classes and helper methods that can be used to encapsulate the aforementioned complexity. With ASP.NET 4.0 it's easier to define the routing rules and there's no need to create a custom route handling class. This article details these enhancements.
-
10:25
»
ASP.NET Daily Articles
In this article I will show you how to create a simple multi-tier (otherwise known as n-tier) application using ASP.NET.
-
10:25
»
ASP.NET Daily Articles
At first glance URL rewriting can be a daunting task, but today we will see that it doesn't have to be. Join me as I take you on a tour of the UrlRewriter.net library from theory to implementation.
-
10:25
»
ASP.NET Daily Articles
Kayak is a lightweight HTTP server for the CLR, and the Kayak Framework is a utility for mapping HTTP requests to C# method invocations. With Kayak, you can skip the bulk, hassle, and overhead of IIS and ASP.NET. Kayak enables you to do more with less syntax, and is easy to configure to work in any way you care to dream up.