Feeds:
Posts
Comments

Archive for February, 2009

*) note : we use .netCharting as component/control in this article
Introduction
This document describes how to add the .netCHARTING control to various versions of Visual Studio toolbox.
Visual Studio 2002 & 2003:

Right-Click on the toolbox > Add/Remove Items
Select the .net Framework Components tab
If the server version is installed, the component will be listed in the list box. Otherwise, click [...]

Read Full Post »

Build Your Own ASP.NET Server Control Component
aka.
by alfred_ng@hotvoice.com
——————————————————————————–
Here will deliver a simple tutorial guide you how to build a component using VB.NET, and the steps using it with ASP.NET Web Page.
This component will generate the bullet or numbering beside your list.
Below is the coding of the component
Step1: Copy the code below save [...]

Read Full Post »