473,386 Members | 1,602 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,386 software developers and data experts.

Drag & Drop table within table

I have an ASP scheduling application in which there are blocks of time,
represented with a table, within another table which is the timeline.

In other words, I have a table with a vertical timeline. Each row represents
a 1/2 hour of time starting at 12 AM. The scheduled job is represented by
another smaller table inside the timeline table which spans vertically the
time alloted for the job. Say if the job was scheduled for 2 hours, the
table would be 8 rows tall and placed in the appropriate rows of the
timeline table, according to the scheduled time.

Anyway, Im looking for a way to be able to drag a scheduled job(table) from
one timeslot to another. Like from a 12 AM starting time to say - 5 AM.

The scheduling table pulls the data from a database so when a job is dragged
and dropped into a new timeslot, the database would need to be updated.

Any ideas on how to accomplish this or suggestions on which direction or
methods I should start to look at?

Thanks in advance!
Jul 19 '05 #1
1 2404
You will need to consult a client-side scripting newsgroup or site for
information on drag&drop within a browser (try an internet search for
"javascript drag drop" or variants).

Once the "drop" occurs then you will have to send a request to the server
with the updated information to post the changes to the database. Identify
the information needed to update the database and make sure it is present in
the request.

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Targa" <ta*************@alltel.net> wrote in message
news:uB**************@TK2MSFTNGP10.phx.gbl...
I have an ASP scheduling application in which there are blocks of time,
represented with a table, within another table which is the timeline.

In other words, I have a table with a vertical timeline. Each row represents a 1/2 hour of time starting at 12 AM. The scheduled job is represented by
another smaller table inside the timeline table which spans vertically the
time alloted for the job. Say if the job was scheduled for 2 hours, the
table would be 8 rows tall and placed in the appropriate rows of the
timeline table, according to the scheduled time.

Anyway, Im looking for a way to be able to drag a scheduled job(table) from one timeslot to another. Like from a 12 AM starting time to say - 5 AM.

The scheduling table pulls the data from a database so when a job is dragged and dropped into a new timeslot, the database would need to be updated.

Any ideas on how to accomplish this or suggestions on which direction or
methods I should start to look at?

Thanks in advance!

Jul 19 '05 #2

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

Similar topics

1
by: srikanth | last post by:
Hi all, I have an requirement in one of my projects. We have one aspx page, in that we have two frames, in each frame having a tree structure control(dynamic data). In the left Frame we are...
1
by: Ryan Stewart | last post by:
If you don't want to read this post because of its length, I understand. I've spent two and a half days on this problem and have a good deal of information to relate. And this is kind of a long...
2
by: Barry Moon | last post by:
Hi Can anyone give me any help with passing an object across processes, via drag and drop? I've written a custom ListView control, which supports dragging and dropping of its items. The...
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: VB Programmer | last post by:
In VB.NET 2005 (winform) any sample code to drag & drop items between 2 listboxes? Thanks!
17
by: Romulo NF | last post by:
I´ve seen some people around the web wondering about a code to reorder table columns using the mouse (drag and drop). Since i had already made one script to reorder table lines (TR´s) i decided to...
0
by: Romulo NF | last post by:
I´ve recently posted a script to move columns from a table using drag and drop javascript. Recently i´ve received a message of a user of this communty showing interest in the script to move lines...
3
by: Hartmut Dippon | last post by:
Hi all, I hope somebody can help me with following problem: I have an application where I can drag&drop files/dirs from within explorer onto my form. If multiple files/dirs are selected I...
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...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.