Googles movable windows...help

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

How can I add movable windows to my c# dotNet web app? Do I have to
convert the whole thing to AJAX or is it even known how Google does
this?
Thanks,
Trint
 
It is known how Google does this.

It is done with a combination of DHTML, JavaScript, and server-side
programming. In particular, a movable box is generally a relatively or
absolutely-positioned div, which employs CSS with JavaScript to move. The
server-side aspect is how the settings are saved.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top