Click here to Skip to main content
15,887,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

I have got stuck on a serious problem using web parts for a week or two.

I have posted the problem in asp.net forum but I can't find any solution and I really need a solution because I want to use it's drag and drop functionality in my project.

I am using custom provider class to save the personalization in db because I am using MySql in the back end.

I have three zones zone1, zone2 and zone3, and in each zone there are two or more controls like calendar listbox etc.

My problems are:

Whenever I minimize or close my parts it performs for the first time but after then if I again close or minimize another control in other zone then the if ther exist any control in minimized or close state then those controls comes into their original state then the particular control performs its minimization or close function.

and...

When ever I dragged or dropped a control onto the zone for the first time it also successfuly performs the function after then if I again try to drag and drop control then if there exist any dragged or drop control in any zone then the control goes to its original zone and then the particular control executes to dragged and dropped.


Advance thanks...

M.Hussain
Posted
Updated 28-Oct-10 22:32pm
v2
Comments
Dalek Dave 29-Oct-10 4:33am    
Edited for Grammar, Spelling and Readability.

1 solution

Hi I also gave web parts a go a loooong while back

then I gave up an started doing research on doing my own version so I can post it on Code-project :-D

http://www.codeproject.com/KB/HTML/DragDropPortal.aspx[^]

Have a look it comes with full source for drag drop operations that can tie into any kind of web service (also any server language) with a push into the right direction for portal website development

Have fun and post me if you need any help implementing it. You are gonna pull the hair out of your head if you want to use web parts.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900