.NET news » Search results

Search results for query "Control" (291):

Build an ASP.NET Virtual Earth Map Server Control
Shows how to dynamically get the coordinates of the street address property and compute the exact Virtual Earth map tile, download and display in the control from memory. Supports aerial, road and hybrid images, image size, and zoom level.
2006-07-08 18:41:16   Source: Build an ASP.NET Virtual Earth Map Server Control   Tags: ASP.NET
An animated progressbar control with many extras
An extended picturebox, animated picturebox, and an animated progressbar in one component.
2006-07-04 15:04:00   Source: An animated progressbar control with many extras   Tags: GUI Components
Cloud Control for ASP.NET
This cloud control displays a list of hyperlinks in varying styles depending on a weight. This is similar to tag clouds in del.icio.us or flickr.
2006-07-04 13:29:00   Source: Cloud Control for ASP.NET   Tags: ASP.NET
Web Ink/Drawing Control
An article on creating and using a web browser (IE only) compatible ink or drawing control using the Microsoft Tablet PC SDK version 1.7. A sample pre-built control is provided for use and demonstration.
2006-06-28 01:56:00   Source: Web Ink/Drawing Control   Tags: Tablet PC
A Windows Explorer in a user control
Functionality of Windows Explorer in a user control using C#
2006-06-25 21:18:00   Source: A Windows Explorer in a user control   Tags: Components GUI
Extended Folder Browser
Adding functionality to a Folder Browser Dialog control.
2006-06-20 15:37:00   Source: Extended Folder Browser   Tags: GUI
Calendar DayView Control
A calendar DayView control.
2006-06-20 15:24:00   Source: Calendar DayView Control   Tags: Components GUI
Creating a Step-by-Step User Interface with the ASP.NET 2.0 Wizard Control: The Basics
The wizard - a standard user interface element in desktop applications - takes the user through a series of discrete steps in order to accomplish some task. A wizard step typically includes instructions, input controls, and an interface for moving between the wizard's steps (typically Next and Previous buttons, with a Finish button at the last step). Furthermore, wizards often include different steps depending on the inputs chosen in previous steps.

Wizards have typically been the domain of desktop applications, but have recently become more prevalent in web applications. In ASP.NET 1.x, developers who wanted to implement a wizard-like user interface would often use multiple Panel Web controls, one for each Wizard step. As they user progressed through the wizard by hitting the Next and Previous buttons, the appropriate Panel could be displayed (have its Visible property set to True), while the others hidden (have their Visible properties set to False).

ASP.NET 2.0 makes creating wizard interfaces a lot less work thanks to its new Wizard control. With the Wizard control, we can define a series of Wizard steps and specify the content - static HTML and Web controls - that belongs in each step along with the function of the step, whether it's the first step, one step in the series of steps, the final step, or a summary step to appear after the wizard has completed. The Wizard control automatically includes the appropriate navigation elements for each step, remembers the values entered into the Web controls in each step, and includes a rich event model from which programmatic logic can be added to perform the desired task upon finishing the wizard (among other tasks)..

2006-06-13 19:00:00   Source: Creating a Step-by-Step User Interface with the ASP.NET...   Tags: ASP.NET
Enhancing the presentation of standard validator outputs
How flexible is the normal functionality of ASP.NET validators? In this article, I am going to show how to customize the appearance of the attached control of a validator during an error situation on the server or the client side, or even call a custom client function without postback.
2006-06-13 14:38:00   Source: Enhancing the presentation of standard validator outputs   Tags: ASP.NET
A component that prints any Control, including ListViews, TreeViews, DataGridViews, Forms, etc...
The ultimate printing component. Use it to print ListBoxes, ListViews, TreeViews, DataGridViews, Forms, TabPages, or even your own UserControls.