Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > Keeping persistent layer (div with style) coordinates ?

Reply
Thread Tools

Keeping persistent layer (div with style) coordinates ?

 
 
Guillaume
Guest
Posts: n/a
 
      08-10-2004
Hi all,

I want to keep the coordinates of my rendered WebControls.Panel,
because i wand to provide drag&drop fonctionnality.
I thought that it was possible to let ASP.NET deal with the
coordinates in the ViewState, i launch the PostBack on drag end event,
the LoadPostData fires, but i cannot retrieve my coordinates in the
postCollection[postDataKey] because it's null ?

Is there something about the second argument of GetPostBackEvent
function ?

Or is it useless to implements IPostBackDataHandler for controls that
are not input fields ? If yes, i have to put the coords in inputs
hidden fields ? And then retrieve them in the Load ? If that's it, i
don't understand very well the ViewState interest.

Thanks in advance
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Persistent field and Persistent properties - difference gk Java 7 10-12-2010 09:43 PM
business layer, data access layer , presentation layer for asp.net using C#.net Dhananjay ASP .Net 1 12-18-2006 11:35 PM
keeping a persistent reference to an object marcadonis@gmail.com Javascript 6 09-21-2005 06:10 PM
Converting canvas coordinates to window coordinates in tkinter......... Suresh Kumar Python 0 07-04-2003 10:14 AM
Converting canvas coordinates to window coordinates....... Suresh Kumar Python 0 07-03-2003 04:53 AM



Advertisments