Sunday, March 11, 2012

Is it possible to do something like jotform.com with MS ASP.Net AJAX?

There is a ReorderListControl in the Ajax Control Toolkit that should put you well on your way.

Jay Kimble
-- The Dev Theologian
http://codebetter.com/blogs/jay.kimble/



It's definetely possible, however you will have to do alot to get it to be what you want.

You will need to utilize the CollapsiblePanel control for the panel effects. You should also look into dynamic control creation (XML-Script) there isn't alot of documentation on Asp.Net AJAX xml-script. However it will also give you the ability to use the drag and drop manager where you can specify drop target div tags and dropee's. Once you have done that you will also have to make sure you utilize the profile service in order to maintain the ability to save the form's layout.

It's definetely possible it will just take a bit of time and digging around for the information.

Good Luck!

JoeWeb

No comments:

Post a Comment