Render TreeViewControls in .net 2003

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)
 
B

bsg92056

you will need to place a directory in the root of you website here is the
name of the dir webctrl_client
google the dir above the results will explain why it is needed and how to
obtain it
 
K

kk

hi,

thanks for your reply.
I download IE WebControls and installed it.
But i can't see Microsoft.Web.UI.WebControls.dll in GAC.


I tried to add by using
C:\windows\microsoft.net\framework\v1.1.4322>gacutil.exe -i
"path\Microsoft.Web.UI.WebControls.dll"

But it asks for strong name.
I think we can't add this dll manually.....it should be added
automatically.
What may be the fault.........?

Is there any way to rectify this....

Any Help...

Regards,

KARTHICK.K
(e-mail address removed)
 
M

Mrs. Conni Drejer

hi,

I have the exact same problem - maybe you have found a solution since? If
that's the case, I would be gratefull to hear the answer from you.

Conni Drejer
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top