.NET news » Search results

Search results for query "Control" (238):

WPF Custom Control - FilterControl for ListBox/ListView

WPF Custom Control FilterControl - Can be used along with any ItemsControl
2011-03-21 08:31:00   Source: WPF Custom Control - Filter   Tags: WPF

Export .net MSChart to Excel/PDF Using Report Viewer 2010

This article will demonstrate the approach to use the report viewer control to act as a medium to export image,web form in PDF/Excel .This will help us to do away with third party control to achieve our end objectives.
2011-10-03 04:27:00   Source: Export .net MSChart to Excel/PDF Using Report Viewer 2010   Tags: Office

Get Control and Performance with the Real Time Stylus API

The Real Time Stylus API provides an alternate way to receive pen input pen. This high performance API provides a great level of control to developers for a small penalty in added effort.
2006-02-24 18:49:42   Source: Get Control and Performance with the...   Tags: Tablet PC Performance

SQL Server Monitor with Version Control

monitor sql server processes and jobs, view executing sql query, kill process / job, object explorer, database shrink/log truncate/backup/detach/attach, object version control & compare
2011-12-02 05:09:00   Source: SQL Server Monitor with Version Control   Tags: Source Control

C# Program Flow Control: The For Loop

The twenty-ninth part of the C# Fundamentals tutorial starts a multi-part examination of the program flow control commands available to the C# developer. This first article examines the for loop structure that allow the repeated execution of code.
2007-01-27 00:00:04   Source: C# Program Flow Control: The For Loop   Tags: C#

Radio Control Transmitter - Joystick

Home built joystick type radio control transmitter based on Arduino
2010-10-11 15:43:00   Source: Radio Control Transmitter - Joystick   Tags: Components

Customizable Tree Control with Animation Support

A tree control implementation, allowing complete customization and animation support.
2008-04-08 11:46:00   Source: Customizable Tree Control with...   Tags: Components GUI

Accessing and Updating Data in ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control

The XmlDataSource control makes accessing, filtering, and transforming XML data a simple, code-free process. Additionally, the XPath() and XPathSelect() databinding methods added to ASP.NET 2.0 make displaying particular XML values or binding entire XML nodesets just as easy. And the XML data accessed can be from a local file or automatically downloaded from a specified URL. In this article we will examine how to use the XmlDataSource control and the XPath() and XPathSelect() databinding methods, displaying the results in a variety of data Web controls..

2006-09-26 19:00:00   Source: Accessing and Updating Data in ASP.NET 2.0: Retrieving...   Tags: ASP.NET

Simplify Dependent Lists with the Microsoft AJAX CascadingDropDown Control

In many Web applications, when a user selects an option from a dropdown list, the set of options on another list must change, a challenge known as the "dependent list problem." The CascadingDropDown control solves the problem with aplomb.
2006-10-12 13:52:32   Source: Simplify Dependent Lists with the Microsoft AJAX...   Tags: Ajax

A Programmer's Exploration of Vista's User Account Control

Vista's User Account Control (UAC) improves security, but making it work smoothly requires a little more developer work. Find out what you need to know to code Vista UAC-aware applications.