我在SQL Server 2008中有一个自定义调查数据库,我希望在SharePoint 2010中显示它。它应该是相对简单的;在页面加载通过存储过程检索问题列表和可能的答案。格式化页面:
1) This is the first question
o First Option
o Second Option
o Third Option
2) This is the second question
...
用户为每个问题选择一个单选按钮,然后点击提交。答案将通过另一个存储过程写回数据库。
自定义Web部件应该是可行的方法,但找到任何示例都很有挑战性。
思想?