473,382 Members | 1,202 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

ASP.NET and Drag & Drop

Is it possible to drag and drop controls in an aspx page at runtime ?
Meaning i have developed a ASP.NET web form, the web form is now downloaded
in IE - now can i have this form to detect mouse events, and provide drag
and drop functionality of the controls ?

Thank You

Ivo Tcholakov
Nov 17 '05 #1
2 2769
Ivo,

If you want to drag and drop elements on a page in the browser, you will
have to handle all of that on the client. You won't be able to do that via
ASP.NET.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Ivo Tcholakov" <iv****@videotron.ca>
Newsgroups: microsoft.public.dotnet.framework.aspnet,microsoft .public.dotnet.framework.a
spnet.webservicesSubject: ASP.NET and Drag & Drop
Lines: 10
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <XS********************@wagner.videotron.net>
Date: Fri, 17 Oct 2003 13:42:45 -0400
NNTP-Posting-Host: 66.131.120.230
X-Complaints-To: ab***@videotron.ca
X-Trace: wagner.videotron.net 1066412599 66.131.120.230 (Fri, 17 Oct 2003 13:43:19 EDT)NNTP-Posting-Date: Fri, 17 Oct 2003 13:43:19 EDT
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out1.nntp.be!propa
gator2-sterling!news-in-sterling.nuthinbutnews.com!news-xfer2.atl.newshostin
g.com!63.218.45.10.MISMATCH!newshosting.com!news-xfer1.atl.newshosting.com!d
iablo.voicenet.com!wesley.videotron.net!wagner.vid eotron.net.POSTED!not-for-
mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webservic es:19949
microsoft.public.dotnet.framework.aspnet:184988X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Is it possible to drag and drop controls in an aspx page at runtime ?
Meaning i have developed a ASP.NET web form, the web form is now downloaded
in IE - now can i have this form to detect mouse events, and provide drag
and drop functionality of the controls ?

Thank You

Ivo Tcholakov


Nov 17 '05 #2
Ivo,

If you want to drag and drop elements on a page in the browser, you will
have to handle all of that on the client. You won't be able to do that via
ASP.NET.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.

--------------------
From: "Ivo Tcholakov" <iv****@videotron.ca>
Newsgroups: microsoft.public.dotnet.framework.aspnet,microsoft .public.dotnet.framework.a
spnet.webservicesSubject: ASP.NET and Drag & Drop
Lines: 10
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <XS********************@wagner.videotron.net>
Date: Fri, 17 Oct 2003 13:42:45 -0400
NNTP-Posting-Host: 66.131.120.230
X-Complaints-To: ab***@videotron.ca
X-Trace: wagner.videotron.net 1066412599 66.131.120.230 (Fri, 17 Oct 2003 13:43:19 EDT)NNTP-Posting-Date: Fri, 17 Oct 2003 13:43:19 EDT
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out1.nntp.be!propa
gator2-sterling!news-in-sterling.nuthinbutnews.com!news-xfer2.atl.newshostin
g.com!63.218.45.10.MISMATCH!newshosting.com!news-xfer1.atl.newshosting.com!d
iablo.voicenet.com!wesley.videotron.net!wagner.vid eotron.net.POSTED!not-for-
mailXref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webservic es:19949
microsoft.public.dotnet.framework.aspnet:184988X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Is it possible to drag and drop controls in an aspx page at runtime ?
Meaning i have developed a ASP.NET web form, the web form is now downloaded
in IE - now can i have this form to detect mouse events, and provide drag
and drop functionality of the controls ?

Thank You

Ivo Tcholakov


Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Karsten Schramm | last post by:
Hi, if I drag an Outlook.MailItem to a Windows-Explorer window a <subject>.msg file will be created. Now I try to drag & drop a mail item to my own WinForm app. Unfortunately it doesn't work....
0
by: Plumer | last post by:
Hello everyone, Yesterday I posted a message about implementing drag & drop in a TreeView control. I'm having real difficulty getting this to work -- the process seems to be incredibly...
2
by: Grey | last post by:
I need to design a workflow application with C#. I want to design an UI with some workflow components which they can be drag & drop anywhere in order to design the workflow for the application...
6
by: jojobar | last post by:
Hello, I look at the asp.net 2.0 web parts tutorial on the asp.net web site. I tried to run it under firefox browser but it did not run. If I want to use this feature in a commercial product...
3
by: Goldwind | last post by:
Hi, I"m trying to use drag & drop of text from one text box to another but without suceess. Microsoft presented an example in "101 code samples" BUT in this example the code select and drag all...
1
by: Terry Olsen | last post by:
My first time using TreeViews. I have TreeView1 set up to display my directory structure just like Windows Explorer. I can drag & drop files and folders over to TreeView2. I can re-arrange the...
3
by: VB Programmer | last post by:
In VB.NET 2005 (winform) any sample code to drag & drop items between 2 listboxes? Thanks!
5
by: sesar | last post by:
How can I impement drag&drop for simple 'dialog base' application... I want to drag&drop txt file and load the text to variable
5
by: Romulo NF | last post by:
Greetings, I´m back here to show the new version of the drag & drop table columns (original script ). I´ve found some issues with the old script, specially when trying to use 2 tables with...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.