Link to home
Start Free TrialLog in
Avatar of ki_ki
ki_kiFlag for United States of America

asked on

Webparts Drop event

Hi, I have 2 webpart zones and a single webpart that I want users to drag and drop from zone 1 to zone 2, or vise versa.
I want to update a database after every drop event.
I am now using "WebPartZone_PreRender" event to update my database, but that triggers on every post back.
How do I capture a user drag and drop event?
Thank you
ASKER CERTIFIED SOLUTION
Avatar of jinal
jinal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ki_ki

ASKER

Thank you for your answer.
I'll try that on Monday.
Have a nice week end
Avatar of ki_ki

ASKER

Thank you!