10480 : Populate Gantt_ASP without Windows form

Question

Hello,
I currently try your GTP.NET (version 2.3.1) component and
I would like to fill it with a dataset without instantiate a System.Windows.Forms.Form like in your sample.
Is it possible? Have you got a sample?
Thanks a lot,

Answer

I take it you want to use Gantt_ASP and you would like to avoid to use the windows form as we did in one of the supplied sample.

This can be done, but I regretfully have no such sample at this time. What you can do is simply copy the WindowsForms auto generated code to the aspx.cs page and put in a Init method.

You will still need to include the Windows.Forms assembly becuase your page now includes the GTP.Gantt that inherits from Control.

 

 

Leave a Reply