编辑就地功能在ASP.NET web表单

问题描述:

我需要添加一个功能,允许用户创建的调查。我怎么能以这样的方式,它是就地编辑创建它。这个想法是,我不需要创建多个页面,查看调查和编辑调查。会有一个提交页面上按钮以更新在数据库中。怎么能以这样的方式来做到这一点只有一个职位。 (有所有的问题相同数量的期权)

I need to add a feature that allows users to create surveys. How can I create it in such a way that it was be edited "in place". The idea is that I needn't create multiple pages to view survey and edit survey. There will be a submit button on the page to update in in database. How can it be done in such a way that there is just one post. (There are same number of options for all questions)

我觉得这更多的是涉及到JavaScript或其他客户端技术。
如果你正在使用jQuery,有许多可用的插件,你想要做什么只要搜索正在编辑,我发现的 JEditable jQuery的功能于地方 - 编辑

I think this is more related to javascript or other client technology. If you're using jquery, there are many plugins available that does what you want just search for "edit in place", i found JEditable and jquery-in-place-editor