Welcome to Catalyst Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)
Dynamic Data Filtering - Table Text Search
I'm pretty happy with the number of people who have been downloading and trying out Dynamic Data Filtering.  On average there are about 20 downloads a day with around 50 page views.  There has been a lot of good feedback on both the ASP.NET Read More...
ASP.NET Dynamic Data Filtering - DynamicFilterRepeater
One of the new features I released with Dynamic Data Filtering 1.10 is the DynamicFilterRepeater control.  This control was added based on requests from several people who have implemented Dynamic Data Filtering in their applications.  The idea Read More...
Dynamic Data Filtering 1.10 on CodePlex
After almost a month of sporadic work on Dynamic Data Filtering I am happy to announce that I am releasing the next version.  This version includes several new features and a bug fix. It is downloadable from CodePlex .  New Features Dynamic Read More...
Microsoft ASP.NET and jQuery
The recent buzz on my blog roll has been that Microsoft has announced that jQuery will be being distributed with the next version of ASP.NET.  I think that this is a HUGE move for Microsoft's relationship with the open source community.  Not Read More...
View State Logger
For the last several weeks I have been engaged at a client on a project originally written by another consulting firm.  The project is an ASP.NET 2.0 application and the design isn't the best.  My role is to help get them through this last round Read More...
Presentation: ASP.NET Dynamic Data @ LCNUG on 9/25
I'm giving my first presentation at the Lake County .NET Users Group (LCNUG) on Thursday, September 25th.  The topic is on ASP.NET Dynamic Data, a new feature released with the .NET Framework 3.5 SP 1.  I plan to make this presentation extremely Read More...
Dynamic Data Filtering on CodePlex
Last month while I was up in Redmond I meet with the members of the ASP.NET Dynamic Data team and we talked about how to resolve several issues.  The main focus was to remove the need for Reflection to access non-public framework members.  Based Read More...
A Richer DynamicDataFilter - Part 5 ColumnContains
I'm not really sure what to call this post, so it's just the name of the control I wrote.  A reader left me the following message on a previous post during this series on the extended DynamicDataFilter: Hi I was wondering if you could guide me on Read More...
A Richer DynamicFilterRepeater - Updated for April Release
This week the Dynamic Data team has released a new drop of the runtime and templates.  It is substantially different and they have made many improvements to the design.  These changes, as expected, broke a significant portion of the Dynamic Read More...
A Richer DynamicFilterRepeater - Part 4 Custom DynamicFilterControls & Expressions
In post 2 in this series I contrived a scenario where composite parameters were used to select products from the AdventureWorks database by weight.  The weight of products is stored in either lbs or grams which make it necessary for the following Read More...
A Richer DynamicFilterRepeater - Part 3 DynamicFilterControl
In part 1 of this series I discussed extending the LinqDataSource to provided advanced querying capabilities using the System.Linq.Dynamic namespace.  Part 2 demonstrated creating advanced WhereParameters which allowed for for complex binary logic.  Read More...
Updated ASP.NET Dynamic Data Drop
Scott Guthrie just posted about an updated version of the ASP.NET Dynamic Data framework.  I am going to look into this and investigate if there were any breaking changes to the Dynamic Filter control set.  I'm guessing there will be several Read More...
A Richer DynamicFilterRepeater: Part 2 - Advanced Parameters
After extending the LinqDataSource in Part 1 , I was curious to see what other types of parameters I could make.  My first idea was to create composite parameters for and/or operations.  The existing implementation of the LinqDataSource only Read More...
A Richer DynamicFilterRepeater: Part 1 - Extending the LinqDataSouce
Download Solution - DynamicData.zip I’ve recently started digging into the ASP.NET Dynamic Data Framework and evaluating its usage on a new RAD web site project. The project is a short duration web site with fairly standard data entry, searching, and Read More...
HttpRequest/Response Logging HttpModule
A simple example to log http request and response data on a web server using an HttpModule. Read More...