Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Movable objects in ASP.NET

Status
Not open for further replies.

VeronicaStolin

Programmer
Oct 29, 2002
4
IL
Please tell me how can I create movable objects on runtime in ASP.NET or in Web Forms?
 
If you mean objects that can be dragged and dropped, I don't think you can. Each ASP.NET component transforms into HTML code, so you can do only what HTML can do.
You could implement drag&drop, of course, but that would mean repetitive trips to the server and back.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top