creating gantt control : can you use html?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
buying a control is not a frivolity, it makes good sense. It's always
cheaper to buy a control than to build one from scratch.

Controls can use html. There are samples available of using html for
building gantt charts. Google gantt charts and you'll find a lot
 
Back
Top