Web Forms :: Treeview With Drag And Drop From Listbox?

Oct 27, 2010

Users want to have the ability on a page to have a treeview with hierarchy that can be updated by dragging and dropping from a listbox. They can drag a change request from the listbox and drop it on the treeview as a parent request or a child of one of the treenodes. There also needs to be the abililty to drag and drop from within the treeview. With all the changes being done, the item from the listbox would also need to have a field changed to either Parent = 'Yes' or IsChildOf = parent id. My first question is;

1) Is all of this possible?

2) Know of any samples or examples of how this would be accomplished?

3) Is there a better way of doing the hierarchy with parent and children then mentioned above (I hope there is)?

4) What have others done for something like this?

I am open to other thoughts of doing this a better way and I'm sure the users can be persuaded. Prepping for a Access conversion project beginning of year. And if this conversion from A2007 to ASP.NET goes well, there is another major conversion waiting in the wings.

View 2 Replies


Similar Messages:

Web Forms :: Drag And Drop TreeView Nodes Of TreeView?

May 7, 2015

Code to drag and drop a TreeNode to another control or tag such as Div or even another TreeView.

View 1 Replies

Web Forms :: Drag And Drop In Listbox Items?

Mar 30, 2010

I want to know how to handle drap and drop event between two listboxes. I have two listboxes. If I drag one item from one listbox, it will drop on other listbox. And also let me know how to rearrange the items in listbox.

View 3 Replies

Web Forms :: Implement Drag And Drop Of Node In Treeview?

Jun 14, 2010

iam having a treeview where the sample structure is like this. Cabinet under cabinet there is folder and under folder there are some documents.now i want that documents to move from one folder to another folder using drag and drop ...how can i perform this functionality.

View 4 Replies

JQuery :: Drag And Drop Treeview Node To Textarea In Web Forms?

Sep 8, 2010

We have an asp.net treeview control and a texarea. The childnodes of treeview need to be draggable and can be dropped into txtarea.

View 2 Replies

Forms Data Controls :: Drag And Drop Functionality In Treeview Control

Nov 23, 2010

Could you point me to a reference article on how to implement drag and drop within a treeview control using ASP.NET in C#? Is this best implemented with AJAX? I will be using an XMLDatasource. Also, I did not want to use any third party control at this point

View 2 Replies

Forms Data Controls :: Drag And Drop From Treeview Onto Datalist/repeater?

May 31, 2010

I have made a monthly view custom calendar.I have taken a repeater to make the control.Now what i want is there is a treeview showing some data.I drag from that treeview onto Datalist/Repeater control.on dropping the value should be inserted into database

View 1 Replies

JQuery :: Drag And Drop Listbox?

Mar 4, 2011

I hav two listboxes, how can i drag and drop between these two using jquery

View 4 Replies

MVC :: Create A Treeview With Drag And Drop Functionality?

Nov 24, 2010

In my MVC project I have to create a treeview with drag and drop functionality .

View 2 Replies

AJAX :: Create A Treeview With Drag Drop Functionality?

Feb 17, 2011

How can i create a Treeview with Drag drop functionality.

I want to show the values in my tree from DB.

View 2 Replies

Web Forms :: Drag And Drop Between 2 Using VB

Jun 4, 2010

I currently have two listboxes and I use arrow buttons to move items from one list to another. Is there a way I could implement drag and dropping between those 2 listboxes.

View 3 Replies

Web Forms :: Drag And Drop Between Two Controls?

Mar 24, 2010

Anyone who can give me a tip on articles explaining how I can implement a drag n drop functionality between two asp controls? I'm using Asp.net 3.5.

View 1 Replies

Web Forms :: WebPart Drag And Drop?

Feb 17, 2011

I cannot get the Drag and Drop functionality of Web Parts is to work. I have a very simple test page with two WebPartZones.. In the OnInit method of the code behind I put the page in design mode. In the first zone I have a textbox.At runtime the text box renders as a web part. When I hover over the web part header my mouse pointer changes the 'move' pointer, but I cannot drag the item. I do not see it dragging and the part never moved. I am using Visual Studio 2010 with IE 8. I have tried IE8 in compatibility mode and regular mode. The results are the same. Here is the markup from my test page:

<form id="form1" runat="server">
<div>
<asp:WebPartManager ID="WebPartManager1" runat="server">
</asp:WebPartManager>
<asp:WebPartZone ID="LEFT" runat="server">
<ZoneTemplate>
<asp:TextBox ID="tb" runat="server" />
</ZoneTemplate>
</asp:WebPartZone>
aa
<asp:WebPartZone ID="RIGHT" runat="server">
</asp:WebPartZone>
aa
<asp:EditorZone ID="EditorZone1" runat="server">
</asp:EditorZone>
</div>
</form>

Here is the code behind:

protected override void OnInit(EventArgs e)
{
base.OnInit(e);
WebPartManager mgr = WebPartManager.GetCurrentWebPartManager(this);
mgr.DisplayMode = WebPartManager.DesignDisplayMode;
}

What am I missing?

View 2 Replies

Web Forms :: Drag And Drop - Validate When Submitted

Mar 16, 2010

I came across this example [URL] I want to create a form that will be validated when Submitted. In the above example you can keep on dragging colored boxed on the Drop It Here area. When a form is submitted, I want to validate Drop It Here area to see if it is empty or user drop a colored box here. Is this possible to do and if so, how to do it. I tried regular validation coltrols and they didn't seem to work.

View 1 Replies

Web Forms :: Listview Drag And Drop With Autoscrolling?

Feb 22, 2010

I am developing website using ASP.NET, C# and JScript. I have the webpage with List view, and the list view items are added dynamically. I am working with Drag and Drop in the listview, I have done the Drag and Drop functionality using javascript, But that is not scrolling up and down when we have more values in the list view.

automatic scrolling in the List view control when we drag the Items on List View

View 1 Replies

Web Forms :: Drag And Drop Of Server Controls

Apr 5, 2010

Drag and Drop of Server Controls

View 2 Replies

Web Forms :: .net 2.0 Webparts Refreshes After Drag & Drop?

Jun 21, 2010

I am using web parts in asp.net 2.0 . Its all work well except every time I drag & drop or minimise and element the whole page get refreshed. I am also using master pages and theming.

View 4 Replies

Web Forms :: WebPart Drag And Drop Not Working?

Feb 17, 2011

I cannot get the Drag and Drop functionality of Web Parts is to work. I have a very simple test page with two WebPartZones. . In the OnInit method of the code behind I put the page in design mode. In the first zone I have a textbox.At runtime the text box renders as a web part. When I hover over the web part header my mouse pointer changes the 'move' pointer, but I cannot drag the item. I do not see it dragging and the part never moved. am using Visual Studio 2010 with IE 8. I have tried IE8 in compatibility mode and regular mode. The results are the same.Here is the markup from my test page:

<form id="form1" runat="server">
<div>
<asp:WebPartManager ID="WebPartManager1" runat="server">

[code]...

View 12 Replies

Web Forms :: Drag Drop Items From One GridView To Other

Nov 3, 2012

I want to drag and drop rows from one grid view to other,,for this i follow this linkĀ [URL] ...

I want to use it with master page..., this work fine without including master page but when I include mater page with in content page, it did not work, I want to use it with master page. How to get rid of this problem ....

View 1 Replies

Web Forms :: Implement Drag And Drop Controls In Webpage?

Sep 30, 2010

i want to implement drag and drop controls in webpage and convert those controls to pdf acrofield with same size and positon.

View 2 Replies

Web Forms :: Unable To Drag And Drop Controls On Web Form?

Jun 8, 2010

I use VS 2008TS SP1 on .NET 3.5SP1... when i treid to drag and drop controls to the form, it wouldnt add any here a small video on youube.com explaining my situation:

http://www.youtube.com/watch?v=pTa0ru0-P6U

View 6 Replies

Web Forms :: Drag And Drop - Dynamically Create Web Controls?

Feb 14, 2011

I'm trying to develop a web application where there webpage would contain a list of Web control (textbox, label, calendar...) images on the left (as a menu), and the user would be able to drag any of the images onto a specific space within the page and it would dynamically create that specific control (for example, if the user drags an image of a TextBox into a panel, then a TexBox control would be dynamically created into that panel). Basically, I need to reproduce the basic drag-and-drop functionality of an IDE. To be honest, I have no idea how to do this.. anyone can point me in the right direction??

View 1 Replies

Web Forms :: ImageButton Control Can Use To Implement Drag & Drop

Aug 9, 2010

Can the ImageButton Control be used to implement Drag&Drop? My Drag&Drop function means drag the image,and drop it to desktop as a file or other applications, for example, Office Word,Office Excel,etc. Can the ImageButton Control be used to implement it?

View 1 Replies

Web Forms :: Web Parts Widgets Drag Drop Is Not Working?

Jan 11, 2011

We are facing problem in drag drop widgets.

We are using IE7 version with OS as Windows XP. Drag drop is not working when we publish the web site.

Also these widgets are not working for published web sites on the server with OS Windows 2003 server.

View 10 Replies

Web Forms :: Way To Change The Code Inserted Through A Control Drag/drop

Mar 31, 2010

Is there a way to change the code inserted when you drag and drop a control on a form?For instance, the application I'm working on always has Display=Dynamic and CssClass="errormessage" in a field validator. Is there a way to get VS 2008 to use these defaults, and insert the code for them when I drag and drop a control onto the page?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved