K
kk
hi,
I want to create treeview control in .net 2003 in my webcontol library
project. I can use System.Windows.Forms.TreeView , but i cannot able to
add my treeview control in aspx page. Is there any other solution to
create treeview control in asp.net 2003 and add in my aspx page.
I cannot do
System.Windows.Forms TreeView tr = new System.Windows.Forms TreeView
Control.add(tr) in my aspx page...
I have tried also using render method to render my treeview control as
follow:
private override RenderWebpart(HtmlTextWriter output)
{
tr.RenderControl(output);
}
I cannot succeed using above two methods.
Please help me how to create and add TreeViewControl in .net 2003 in
aspx page.
Regards,
Karthik.k
(e-mail address removed)
I want to create treeview control in .net 2003 in my webcontol library
project. I can use System.Windows.Forms.TreeView , but i cannot able to
add my treeview control in aspx page. Is there any other solution to
create treeview control in asp.net 2003 and add in my aspx page.
I cannot do
System.Windows.Forms TreeView tr = new System.Windows.Forms TreeView
Control.add(tr) in my aspx page...
I have tried also using render method to render my treeview control as
follow:
private override RenderWebpart(HtmlTextWriter output)
{
tr.RenderControl(output);
}
I cannot succeed using above two methods.
Please help me how to create and add TreeViewControl in .net 2003 in
aspx page.
Regards,
Karthik.k
(e-mail address removed)