creating gantt control : can you use html?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Dan Nash (dan_at_musoswire.co.uk)
Date: 11/04/04


Date: Thu, 4 Nov 2004 10:42:03 -0800

Hi peeps

I need to use a Gantt charting display in my project. Unfortunately, the
client has no spare cash for such frivolities as buying controls, so I'm
going to have to write something. So I want to write it as a control, so I
can reuse all my hard work.

My question is.. can controls use html? I'm thinking of using a <table>
system, and writing my own DataBind stylee methods to create a table to be
displayed by the control. Can I do that?

Or do I need to create some sort of Inherited control from the DataGrid?

Any info/ideas/code/free controls appreciated :o)

dhnriverside