.NET news » Search results

Search results for query "Control" (238):

Make Your AJAX Apps Wiser Using Auto-Complete Functionality in Atlas

The whole point of AJAX is to make things faster, so why not include functionality that completes your users' thoughts as they type? In Atlas you can easily implement auto-completion functionality using the AutoCompleteExtender control.
2006-09-07 22:13:20   Source: Make Your AJAX Apps Wiser Using Auto-Complete...   Tags: Ajax

Filio - Distributed File Management

distributed(grid) file search, find duplicates, full text index, using http/tcp connections, very high speed using multi-threading, automatically detect physical harddisks and accelerate with NTFS USN Journal, and customized serialization caching hash and full text with RBAC access control
2010-08-02 17:43:00   Source: Filio - Distributed File Management   Tags: Internet

User-driven applications

User-driven applications are the programs in which full control is given to the users. Designers of such programs are responsible only for developing an instrument for solving some task, but they do not enforce users to work with this instrument according with a predefined scenario.
2010-04-10 12:23:00   Source: User-driven applications   Tags: Examples GUI

Simplifying the WPF TreeView by Using the ViewModel Pattern

This article explores how to use the ViewModel pattern to make it easier to work with the TreeView control in WPF. Along the way, we examine why people often have difficulty with the WPF TreeView, what a ViewModel is, and two demo applications that show how to combine a TreeView with a ViewModel. One of the demos shows how to create a searchable TreeView, the other demonstrates how to implement lazy-loading (a.k.a. load-on-demand).

Asynchronous Programming: Easier Asynchronous Programming with the New Visual Studio Async CTP

There are many different techniques for achieving a responsive user interface in a program that performs high-latency operations, but the difficulty factor of doing so is high. The next version of C# and Visual Basic will include a new form of asynchronous control flow that avoids both the dangers of multithreading and the pain of writing callback methods.

Silverlight TreeView with Crud

A silverlight TreeView control with Crud operations
2011-02-15 23:00:00   Source: Silverlight TreeView with Crud   Tags: Components

Creating a Tag Cloud in ASP.NET

In this article we'll examine how to build a tag cloud in ASP.NET. In this article we'll focus on accomplishing this through code in an ASP.NET page's code-behind class. In a future article, we'll move this code out of the ASP.NET page and into a stand alone, custom, compiled server control that supports data binding, use of declarative data source controls, and so on..

2006-10-24 19:00:00   Source: Creating a Tag Cloud in ASP.NET   Tags: ASP.NET

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test

A collection of ExtractionRules, ValidationRules, and Request Plugin that makes ASP.NET and AJAX website testing painless. No need to record tests, write parameterized tests using server-side control names, handle UpdatePanels, simulate clicks on buttons - all from Web Test. Facilitates painless sop
2011-06-11 11:01:00   Source: ASP.NET AJAX testing made easy using Visual Studio 2008...   Tags: Ajax

Write Your Own Windows Services

If you're using Windows, you're no stranger to Windows services, but do you know how to write one of your own? In this article, you'll learn not only how to build your own Windows service, but how to build a client with which to control it.
2007-06-20 22:53:00   Source: Write Your Own Windows Services   Tags: Examples

Inking in ASP.NET 2.0, AJAX, and IE7

In the past year, new technologies from Microsoft have changed how we can add ink to Web sites and the change is definitely for the better! One small property added to ASP.NET 2.0 server controls, OnClientClick, has had a big impact on simplifying the process of moving ink from the Web page to the Web server. The capability that OnClientClick provides, allowing developers to tie both a client-side event and a server-side event to one Click event, was actually achievable prior to ASP.NET 2.0 using control attributes, but it was more complex to set up and not very discoverable..
2007-03-29 19:00:00   Source: Inking in ASP.NET 2.0, AJAX, and IE7   Tags: ASP.NET Ajax