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.
An animated progressbar control with many extras
An extended picturebox, animated picturebox, and an animated progressbar in one component.
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.
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.
A Windows Explorer in a user control
Functionality of Windows Explorer in a user
control using C#
Extended Folder Browser
Adding functionality to a Folder Browser Dialog
control.
Calendar DayView Control
A calendar DayView
control.
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)..
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.
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 User
Controls.