0

I want to build into mt ASP.NET application the ability for users to fill up forms, but the forms are not something I can hard-code into my (Enterprise) software.

So I need one screen that lets end users create the forms. Doing it the 2.0 way, I just love what PollDaddy did in their survey editor (great job guys!). How do I replicate that? (don't worry pollDaddy, my app has nothing to do with survey and I am not at all in your domain (-: )

Since you need to login to the site to play with it, I made a 20 sec video of how it looks like. Please see below and tell me how to best replicate this (as simple as using JQuery tip? use an entire open source project? Buy something?)

Requirements are:

  • support multiple types of elements (like multiple choice, free text, comboBox)
  • drag and drop
  • editing of order

click image for video or here

http://frame.revver.com/frame/120x90/1376799.jpg

4

2 回答 2

1

AJAX 控制工具包是免费的,适用于视频中显示的其中一些项目。然而,JQuery 有大量的插件,很容易扩展,甚至更容易使用。我建议从那里开始并在需要的地方扩展它。

祝你好运

于 2008-12-20T22:58:34.640 回答
0

您可以使用 AJAX 框架(如 ASP.NET AJAX 甚至 Telerik 控件)自己构建它。您可以使用 jQuery,但 ASP.NET AJAX 是免费的,并且可以很好地嵌入 ASP.NET 页面。你可以买东西,但我还没有遇到过这样的包裹。

于 2008-12-19T04:24:25.550 回答