.NET news » Search results

Search results for query "filter" (21):

Developing an Autofilter ListView

Microsoft Excel has a very useful auto-filter function. With this function enabled on a column, the user is able to select filters from a drop-down list, which when selected, are applied to the column. This article describes how to add similar filter functionality to the WPF ListView control.
2008-07-08 07:50:00   Source: Developing an Autofilter ListView   Tags: Components GUI

Hue Saturation Lightness Filter

Visual Basic .NET class implements image filter which can change hue, saturation and/or lightness of the image.
2007-06-06 11:13:00   Source: Hue Saturation Lightness Filter   Tags: VB.NET Graphics

Modifying the HTTP Response Using Filters

When a browser requests an ASP.NET page from a web server, the ASP.NET engine takes that request through a number of steps that, together, generate the resulting markup, which is returned to the requesting browser for display. The stages in this process are referred to as the HTTP Pipeline and perform tasks like authentication, authorization, and having the requested page render its content. During one of the later stages in the HTTP Pipeline the rendered markup is handed off to a response filter which, if supplied, has an opportunity to inspect and modify the markup before it is returned to the requesting browser.

With a little bit of code you can create your own response filters and associate them with a particular page, a particular type of page (such as ASP.NET resources that generate HTML), or for all ASP.NET resources. And if you are using IIS 7s integrated mode you can have your filter work with the output of any content type. This article provides an overview of response filters and shows two such filters: a naive filter that strips out whitespace to reduce the size of the markup sent over the wire, and a filter that adds a copyright message to the bottom of all web pages. You can download these two filters, along with a simple demo application, at the end of this article, with examples in both C# and Visual Basic…

2008-12-02 18:00:00   Source: Modifying the HTTP Response Using Filters   Tags: ASP.NET

Selective Grayscale Filter

Convert image to grayscale except predefined color
2007-07-12 10:20:00   Source: Selective Grayscale Filter   Tags: Graphics

Simple Process to Filter Out Your Working Files From the VS.NET Project Folder

An article on separating your working file from the Visual Studio .NET 2003 solutions.

Filtering and Sorting in ADO.NET

ADO.NET supports many ways to manage memory-resident data returned in a DataSet. This example demonstrates how to use the additional functionality exposed by ADO.NET to sort and filter data.
2005-06-21 17:51:00   Source: Filtering and Sorting in ADO.NET   Tags: Database

DataGrid with built-in filter functionality

A reusable component which extends the DataGrid and adds functionality for real time filtering.
2006-04-28 10:19:00   Source: DataGrid with built-in filter functionality   Tags: GUI Components

Camlex.NET 2.0 for Windows SharePoint Services

Camlex.NET 2.0 brings to Sharepoint developers new opportunities like dynamic filter conditions, search by field ID and other.
2010-04-07 08:31:00   Source: Camlex.NET 2.0 for Windows SharePoint Services   Tags: SharePoint

Filtering properties in a PropertyGrid

This articles describes some easy ways to filter the properties displayed in a Microsoft PropertyGrid.
2006-03-27 08:57:00   Source: Filtering properties in a PropertyGrid   Tags: GUI C#

A Filter Dialog for a DataGridView

This is a dialog window that allows filtering a datagridview. It can build filters with any depth of parentheses.
2006-09-28 15:36:00   Source: A Filter Dialog for a DataGridView   Tags: Database VB.NET
« Previous123Next »