CosmicCharlie
Programmer
I am writing a module that schedules tasks for employees, and client limitations prohibit using Outlook/Exchange or third party tools. I have a user control that represents one occurence of a given task, and I want to effect the scheduling of the task by dragging the control over a grid showing employees on the vertical axis and days on the horizontal. When a user drops a task user control on the grid, the program will detect the employee and day and automatically assign that task for that employee at that time.
I have tried without success to drop the control onto a GridView so that the object represented by the user control is assigned to the cell. I am looking for any other approach that might work. My directions state that it is essential that this be a visual drag/drop operation.
If anyone has another suggestion for how this might be done (specifically, what other types of controls can I use for the grid) I am happy to know. Thank you.
Cosmic Charlie
I have tried without success to drop the control onto a GridView so that the object represented by the user control is assigned to the cell. I am looking for any other approach that might work. My directions state that it is essential that this be a visual drag/drop operation.
If anyone has another suggestion for how this might be done (specifically, what other types of controls can I use for the grid) I am happy to know. Thank you.
Cosmic Charlie