IE Treeview control
-
Hi, I have read the articles on IE WEB TreeView Control. But I am not able to get this control in my project why??? Can any one guide me in how to get this control in my project and how can I populate this treeview from SQL table with checkboxes. I have tried to find Microsoft.Web.UI.WebControls on my machine as well as tried to download it from the new but was not successful.. Please guide me, its very urgent... Thanks.. Chintan
-
Hi, I have read the articles on IE WEB TreeView Control. But I am not able to get this control in my project why??? Can any one guide me in how to get this control in my project and how can I populate this treeview from SQL table with checkboxes. I have tried to find Microsoft.Web.UI.WebControls on my machine as well as tried to download it from the new but was not successful.. Please guide me, its very urgent... Thanks.. Chintan
I'm currently working on the TreeWeb version available here at CodeProject. I've been able to write my own DataBinding to it, but am having a few problems myself. If the control doesn't support DataBinding yet, look into creating a ControlDesigner for your tree to add DataBinding at designtime. This will give you the functionality you need for using SQL. TreeWeb allows the use of checkboxes. If I can get my version of TreeWeb bug free I will post the source for people to use.:laugh: ------------------------------------- In death he has a name. His name is Robert Palmer. His name is Robert Palmer. -Fight Club
-
I'm currently working on the TreeWeb version available here at CodeProject. I've been able to write my own DataBinding to it, but am having a few problems myself. If the control doesn't support DataBinding yet, look into creating a ControlDesigner for your tree to add DataBinding at designtime. This will give you the functionality you need for using SQL. TreeWeb allows the use of checkboxes. If I can get my version of TreeWeb bug free I will post the source for people to use.:laugh: ------------------------------------- In death he has a name. His name is Robert Palmer. His name is Robert Palmer. -Fight Club
Hi, Thanks for ur reply. Can u guide me how can I use the tree view control. Let me also check how it works. I have downloaded IECONTROLS.EXE from MSDN site but I am not able to get that dll in my machine, 'Microsoft.Web.UI.WebControls'. Tell me what shall I do??? I require some urgent help. I want to display some states and cities in a treeview look with checkboxes and user can select the same. This list of sates and cities will come from a table in a SQL DATABASE. Do you any other option to do this?? Please help............. :( Chintan
-
Hi, Thanks for ur reply. Can u guide me how can I use the tree view control. Let me also check how it works. I have downloaded IECONTROLS.EXE from MSDN site but I am not able to get that dll in my machine, 'Microsoft.Web.UI.WebControls'. Tell me what shall I do??? I require some urgent help. I want to display some states and cities in a treeview look with checkboxes and user can select the same. This list of sates and cities will come from a table in a SQL DATABASE. Do you any other option to do this?? Please help............. :( Chintan
Dear Chintan So u hv downloaded treeview web control. Add the .dll file into ur bin directory. Import it into ur page. Right click on ur ToolBox. Select Add/Remove items. Select .NET Framework & add .dll file. After clicking ok u will see a TreeView control in ur web controls. Now u can use this in ur application Sumit Sumit Software Engineer Vorks Softwares, Delhi