-
asp .net & treeview
is there any way to add some component like treeview or tabstrip
in asp .net ( web application )
i'm new at asp .net and really don't know if it is possible.
i tried to add treeview with <object> tag in my aspx file, in design time it shows the treeview but I don't know how where i can add my code or if it possible to write code for that object tag or not ?
also i find that u can add treeview to global.asax file , but i don't know next step.
I also copied windows.systems.forms dll to my bin directory of webserver.
these are some steps that i checked but didn't work out.
-
Hello
To have a tree view on an aspnet page ... there are many third party controls available which you can use for tree view or tab strip. Mostly are client side controls and you need to use java script coding for them ...... and one is available on microsoft site as well which is a server side control .... you can try that .... here are a few links but if you search the net you will be able to find many more ...
http://msdn.microsoft.com/library/de...rols_entry.asp
http://webfx.eae.net/
Regards,
Harris Moin :wave: