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
Similar Messages:
Feb 8, 2010
I have been using web parts on my site since ASP.NET 2.0 came out. Dragging and dropping web parts works great in Internet Explorer, but it doesn't work at all in Firefox, Chrome, or Safari. I recently upgraded the site to ASP.NET 3.5 SP1, but I am still unable to drag and drop web parts in non-IE browsers. How can I enable drag and drop web parts in these other browsers? Update (2/9/2010): This mentions this problem, but offers no solution: [URL] pdate (2/19/2010):
These posts offer a possible solution, but I have been unable to get it working yet on my site: [URL] In short, these say the drag and drop problem was solved in "ASP.NET Futures (July 2007 release)" but for some crazy reason, was left out of ASP.NET 3.5 SP1. So to solve, you have to download the Futures release at:
http [URL] Then, you need to use the WebPartManager and WebPartZone from the Microsoft.Web.Preview.UI.Controls.WebParts namespace.
View 6 Replies
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
Nov 19, 2010
After the implementation of ajax drag and drop, we have observed that which is working fine in IE and Firefox and not in chrome and safari, In Google chrome and Safari when we try to drag a module, the page getting scrolling to the top of the page.
View 1 Replies
Nov 17, 2010
I am using AjaxContrToolKit (AjaxControlToolkit.Compat.DragDrop.DragDropScripts.js) in my application to provide the drag and drop facility . After implementing the same in the application , observed that working fine in IE and Firefox browser . But the same is not working in Safari and WebKit (Chrome and Safari) browser . In these browsers(both Safari and Webkit), while clicking on the top of the panel getting scrolled up .
View 1 Replies
Nov 14, 2012
im working on drag drop rows from one grid view to another,its working fine until page size is 1,when records exceeds from 5(as my page size in grid view is 5) 2 pages are display in grid view,,now when i drag row from other grid view to this gridview ,row s dropped in this gridview but beside this it also drop on pages (1,2)display on this (destination)grid view..
View 1 Replies
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
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
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
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
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
Apr 5, 2010
Drag and Drop of Server Controls
View 2 Replies
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
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
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
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
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
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
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
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
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
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
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
Jun 28, 2012
I want to drag and drop one grid to another and vice versa.?
View 1 Replies
Jan 26, 2011
Does anyone now how I can make the drag/drop functionality of WebParts work in Firefox?
View 3 Replies