Hi Praveen,
As for the TreeView control, if you're using the ASP.NET 2.0's TreeView
webcontrol, I'm afraid it dosn't support such rich client behavior as
drag/drop... In fact, this is limited to the web page html clientside
model, the current new asp.net 2.0 TreeView control is a new control which
render only standart html code, so it supports little client behavior....
The winform's TreeView control doesn support rich interactive behaviors
including copy/paste, drag/drop....
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Praveen" <
[email protected]>
| Subject: Tree View DragNode
| Date: Fri, 9 Dec 2005 19:38:40 +0530
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
| NNTP-Posting-Host: 18-116-109-203.client.iqara.net 203.109.116.18
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet.webcontrols:31644
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
|
| Is it possible to do a drag and drop of a node in treeview control to
| another control or form??
| I really dont want to move/delete that node.... But want to do drag a
node
| and drop it on some other control and want to know which node I dropped.
|
|
| thanks
| praveen
|
|
|