Mvc问卷系统

问题描述

其中有单选多选和简答,题目和选项是从后台添加的。如何把多选正确选项提交到数据库,并且读取出来再处于选中状态呢?

解决方案

解决方案二:
读出后台数据,然后代码创建控件填充数据就行了。
解决方案三:
引用1楼lyxxly的回复:

读出后台数据,然后代码创建控件填充数据就行了。

怎么填充数据呢
解决方案四:
好好看看Form表单的知识页面生成<inputname="Color"value="">后台接受Request.Param["Color"]
解决方案五:
引用3楼moonwrite的回复:

好好看看Form表单的知识页面生成<inputname="Color"value="">后台接受Request.Param["Color"]

我前端都是循环出来的,这样接收到的值没办法分离是第几题的
解决方案六:
引用3楼moonwrite的回复:

好好看看Form表单的知识页面生成<inputname="Color"value="">后台接受Request.Param["Color"]

@{IList<TB_Pro>list=(IList<TB_Pro>)ViewData["news"];}@foreach(variteminlist){if(item.Class==1){<divclass="titlemt35c5">Q1:@item.Title</div>if(item.Class2==2){<divclass="title1pl30">@Html.RadioButton("radioitem","A",new{style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.RadioButton("radioitem","B",new{style="margin-right:7px;"})@Html.Raw(item.Image2)</div>}if(item.Class2==3){<divclass="title1pl30">@Html.RadioButton("radioitem","A",new{style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.RadioButton("radioitem","B",new{style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.RadioButton("radioitem","C",new{style="margin-right:7px;"})@Html.Raw(item.Image3)</div>}if(item.Class2==4){<divclass="title1pl30">@Html.RadioButton("radioitem","A",new{style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.RadioButton("radioitem","B",new{style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.RadioButton("radioitem","C",new{style="margin-right:7px;"})@Html.Raw(item.Image3)</div><divclass="title1pl30">@Html.RadioButton("radioitem","D",new{style="margin-right:7px;"})@Html.Raw(item.Image4)</div>}if(item.Class2==5){<divclass="title1pl30">@Html.RadioButton("radioitem","A",new{style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.RadioButton("radioitem","B",new{style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.RadioButton("radioitem","C",new{style="margin-right:7px;"})@Html.Raw(item.Image3)</div><divclass="title1pl30">@Html.RadioButton("radioitem","D",new{style="margin-right:7px;"})@Html.Raw(item.Image4)</div><divclass="title1pl30">@Html.RadioButton("radioitem","E",new{style="margin-right:7px;"})@Html.Raw(item.Image5)</div>}if(item.Class2==6){<divclass="title1pl30">@Html.RadioButton("radioitem","A",new{style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.RadioButton("radioitem","B",new{style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.RadioButton("radioitem","C",new{style="margin-right:7px;"})@Html.Raw(item.Image3)</div><divclass="title1pl30">@Html.RadioButton("radioitem","D",new{style="margin-right:7px;"})@Html.Raw(item.Image4)</div><divclass="title1pl30">@Html.RadioButton("radioitem","E",new{style="margin-right:7px;"})@Html.Raw(item.Image5)</div><divclass="title1pl30">@Html.RadioButton("radioitem","F",new{style="margin-right:7px;"})@Html.Raw(item.Image6)</div>}}if(item.Class==2){<divclass="titlemt35c5">Q2:@item.Title</div>if(item.Class2==2){<divclass="title1pl30"><inputtype="checkbox"name="cba"/>@Html.Raw(item.Image)</div><divclass="title1pl30"><inputtype="checkbox"name="cbb"/>@Html.Raw(item.Image2)</div>}if(item.Class2==3){<divclass="title1pl30">@Html.CheckBox("checkitem",new{value="A",style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="B",style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="C",style="margin-right:7px;"})@Html.Raw(item.Image3)</div>}if(item.Class2==4){<divclass="title1pl30"><inputtype="checkbox"name="cba"/>@Html.Raw(item.Image)</div><divclass="title1pl30"><inputtype="checkbox"name="cbb"/>@Html.Raw(item.Image2)</div><divclass="title1pl30"><inputtype="checkbox"name="cbc"/>@Html.Raw(item.Image3)</div><divclass="title1pl30"><inputtype="checkbox"name="cbd"/>@Html.Raw(item.Image4)</div>}if(item.Class2==5){<divclass="title1pl30">@Html.CheckBox("checkitem",new{value="A",style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="B",style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="C",style="margin-right:7px;"})@Html.Raw(item.Image3)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="D",style="margin-right:7px;"})@Html.Raw(item.Image4)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="E",style="margin-right:7px;"})@Html.Raw(item.Image5)</div>}if(item.Class2==6){<divclass="title1pl30">@Html.CheckBox("checkitem",new{value="A",style="margin-right:7px;"})@Html.Raw(item.Image)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="B",style="margin-right:7px;"})@Html.Raw(item.Image2)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="C",style="margin-right:7px;"})@Html.Raw(item.Image3)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="D",style="margin-right:7px;"})@Html.Raw(item.Image4)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="E",style="margin-right:7px;"})@Html.Raw(item.Image5)</div><divclass="title1pl30">@Html.CheckBox("checkitem",new{value="F",style="margin-right:7px;"})@Html.Raw(item.Image6)</div>}}if(item.Class==3){<divclass="titlemt35c5">Q:@item.Title</div><divclass="title1pl30">@Html.TextBox("txta","",new{style="width:600px;height:40px;"})</div>}}这是我现在的代码,

时间: 2024-12-21 12:40:17

Mvc问卷系统的相关文章

关于用VB.NET开发问卷系统的问题

问题描述 各位老师,我是VB.NET的初学者,现在考用VB.NET开发一个问卷系统,为了能快速有效的完成这一任务,我应该学习哪些方面的知识?

Elefant CMS 1.2.0-Stable发布 MVC框架系统

Elefant是一个在PHP中重新构象的MVC框架系统,包括一个完整简单全新的CMS. Elefant主要功能和特点: -具有简单的URLs路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚手架-可重复使用应用程序的CMS任务(管理员,用户,博客,文件管理器,搜索)-高级文件编制-单元测试覆盖率接近100%-快速的GZIP输出压缩

Elefant CMS 0.9.6-beta发布 MVC框架系统

Elefant是一个在PHP中重新想象的MVC框架系统,包括一个完整简单全新的CMS.(更多信息:http://www.elefantcms.com/) Elefant主要功能和特点: -具有简单的URLs路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚手架-可重复使用应用程序的CMS任务(管理员,用户,博客,文件管理器,搜索)

Elefant CMS 0.9.5-beta发布 MVC框架系统

Elefant是一个在PHP中重新想象的MVC框架系统,包括一个完整简单全新的CMS. &http://www.aliyun.com/zixun/aggregation/37954.html">nbsp; Elefant主要功能和特点: -具有简单的URLs路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚

Elefant CMS 0.9.3-beta发布 MVC框架系统

Elefant是一个在PHP中重新想象的MVC框架系统,包括一个完整全新的CMS. 它主要功能包括: -具有URLs的简单URL路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚手架-可重复使用应用程序的CMS任务(管理员,用户,博客,文件管理器,搜索)-高级文件编制-单元测试覆盖率接近100%-快速的GZIP输出压缩工具 Ele

Elefant CMS 1.0.2-Stable发布 MVC框架系统

Elefant是一个在PHP中重新构象的MVC框架系统,包括一个完整简单全新的CMS. Elefant主要功能和特点: -具有简单的URLs路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚手架-可重复使用应用程序的CMS任务(管理员,用户,博客,文件管理器,搜索)-高级文件编制-单元测试覆盖率接近100%-快速的GZIP输出压缩

Elefant CMS 0.9.14-rc发布 MVC框架系统

Elefant CMS 0.9.14-rc发布了!该版本修复了MySQL安装的问题. Elefant是一个在PHP中重新构象的MVC框架系统,包括一个完整简单全新的CMS. Elefant主要功能和特点: -具有简单的URLs路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚手架-可重复使用应用程序的CMS任务(管理员,用户,博客

Elefant CMS 0.9.13-rc发布 MVC框架系统

Elefant CMS 0.9.13-rc发布了!该版本结合了多个shell实用程序为一个./conf/elefant脚本,提高了数据库的复制和CSRF预防,简化了页面类和模板处理,提高了http://www.aliyun.com/zixun/aggregation/29830.html">HTTPS控制器的支持,使用zombie.js增加了浏览器测试,提高文档功能. Elefant是一个在PHP中重新想象的MVC框架系统,包括一个完整简单全新的CMS. Elefant主要功能和特点: -

Elefant CMS 0.9.10-rc发布 MVC框架系统

Elefant是一个在PHP中重新想象的MVC框架系统,包括一个完整简单全新的CMS. Elefant主要功能和特点: -具有简单的URLs路由-安全数据库提取和建模系统-默认的输出滤波器编译的模板-集成缓存系统-灵活的输入验证(服务器端和浏览器)-简单的表格处理-17813.html">可定制的用户验证-国际化/本地化-后台任务的CLI支持-小型脚手架-可重复使用应用程序的CMS任务(管理员,用户,博客,文件管理器,搜索)-高级文件编制-单元测试覆盖率接近100%-快速的GZIP输出压缩