.NET news » Search results

Search results for query "net" (410):

Paradox database native .NET reader

Read content of paradox database in pure .NET code without using BDE or other libraries; index support included
2010-08-11 08:20:00   Source: Paradox database native .NET reader   Tags: Other

Practical Guide for creating HyperLinkField in GridView in ASP.NET

This Article is a step by step approach to create
2010-08-11 01:55:00   Source: Practical Guide for creating HyperLinkField in GridView...   Tags: ASP.NET

Filtering Data Using ASP.NET 4's QueryExtender Control

One of the new controls available with ASP.NET 4 is the QueryExtender control. The QueryExtender is designed to simplify filtering data returned from a LinqDataSource or EntityDataSource by decoupling the filtering logic from the data source control. Using the QueryExtender is easy - simply add a QueryExtender to the page, specify what data source control it applies to, and then define the filtering criteria. For example, when displaying product information on a web page you could use the QueryExtender control and a few lines of markup to display only those products that are not within a certain price range and whose name or category starts with a user-specified search string.

Filtering the data returned by a LinqDataSource or EntityDataSource control is certainly possible without the QueryExtender; both the LinqDataSource and EntityDataSource controls have a Where property that can be used to specify filtering criteria. What the QueryExtender offers is a simpler means by which to filter data. This article includes a number of demos (which can be downloaded at the end of this article) that showcase the QueryExtender's ease of use and its powerful filtering capabilities.

2010-08-10 19:00:00   Source: Filtering Data Using ASP.NET 4's...   Tags: Examples

WatinN to automate browser and test sophisticated ASP.NET AJAX sites

WatiN is a great .NET library for writing automated browser based tests that uses real browser to go to websites, perform actions and check for browser output. Combined with a unit test library like xUnit, you can use WatiN to perform automated regression tests on your websites and save many hours o

Using Facebook sdk 3.01 with C#.NET

This article shall demonstrate how to use Facebook sdk 3.01 functionalities with C#.NET
2010-08-05 08:49:00   Source: Using Facebook sdk 3.01 with C#.NET   Tags: C#

ASP.NET authentication and authorization

ASP.NET authentication and authorization
2010-08-03 10:59:00   Source: ASP.NET authentication and...   Tags: ASP.NET

Microsecond and Millisecond .NET Timer

MicroTimer: A microsecond and millisecond timer in C# that is used in a similar way to the .NET System.Timers.Timer
2010-08-01 02:23:00   Source: Microsecond and Millisecond .NET Timer   Tags: C#

Comparing .NET XML Serializers: Part One

What serializer is the best for saving application state?
2010-07-30 15:02:00   Source: Comparing .NET XML Serializers: Part...   Tags: XML

Federated Identity: Passive Authentication for ASP.NET with WIF

The goal of federated security is to provide a mechanism for establishing trust relationships between domains. Platform tools like Windows Identity Foundation (WIF) make it much easier to support this type of identity federation. We show you how.

gTimePicker- Control to Pick a Time Value (VB.NET)

Stop using the DateTimePicker for time values. This control makes it easy to pick a time, and if you act now, get the matching Nullable gDateTimePicker at no extra cost.