New project

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

I am getting a new project that management wants to
develop in C#. Main navigation system will be based on
Tree control. It should work in both IDE and Browser
environments. What would you recommend to get started?
What tree controls are available? I am pretty familiar
with traditional Web develpment (XML, XSLT ...) so I
would like to utilize these technologies. Also I am
fearly experienced in SQL XML stuff.
Please help, I have deadline to meet.

Thanks
 
Hi Mark,

IDE environment? Do you mean Windows environment?

Unfortunally you will have to create two UI one, for the windows application
and another for the web application, I dont know of any web control shipped
with the framework that provide a tree functionality, you will have to
implement it or search a third party control.

Cheers,
 
Yes, I meant Windows for the first one.
-----Original Message-----
Hi Mark,

IDE environment? Do you mean Windows environment?

Unfortunally you will have to create two UI one, for the windows application
and another for the web application, I dont know of any web control shipped
with the framework that provide a tree functionality, you will have to
implement it or search a third party control.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation




.
 
Back
Top