|
UserControl to display Site Visitors By Country in bar graph.
|
Total Hit (14269) |
This article will show you how to build a Reusable User Control that can display site visitors by country. I have explained this in a few simple and easy steps. It is assumed that the reader has basic knowledge of ASP.net, SQL Server and Stored Procedures.
To build this user control we will go th
....Read More |
Rating
|
|
|
Generating XP style webparts from a web control
|
Total Hit (1117) |
This article demonstrates how create XP style collapsible web custom control menu using asp.net. This control includes many features like binding xml to the control, drag/drop, hyperlinks etc
|
Rating
|
|
|
|
ImageMap in ASP.NET
|
Total Hit (1039) |
The .NET framework comes with a nice set of web server controls that allows you to code, for ASP.NET, in a object-oriented manner and hiding the complexity of HTML, scripts and browser versioning. Unfortunately it doesn't supply any control that can generate image maps. We have developed a control t
....Read More |
Rating
|
|
|
User controls in ASP .NET
|
Total Hit (4681) |
In traditional ASP code reuse and encapulation was traditionally done using a combination of include files and web classes. While this worked reasonably well for business logic, it was always a little fiddly for visual components. For example, if you wanted to display a grid of data in many differen
....Read More |
Rating
|
|
|
Walkthrough: Creating a Web User Control
|
Total Hit (1146) |
Web user controls are controls that you can define as you need them for your applications, using the same programming techniques that you use to write Web Forms pages. You can create Web user controls when you need to create reusable pieces of UI that will be used throughout your application. A user
....Read More |
Rating
|
|
|
|
ImageMap.NET
|
Total Hit (994) |
An ImageMap control for ASP.NET.
|
Rating
|
|
|
|
|
|
|
ASCX Control Parser
|
Total Hit (1015) |
A program that allows you to convert .ascx User Controls into redistributable controls
|
Rating
|
|
|
|