Register custom control in MVC3 ASPX Partial view

孤者浪人 提交于 2019-12-06 16:11:20

make a html iframe into view, loading a aspx page!

the "View" in MVC template should be standard HTML form.

you may use "Helper" to generate complex/re-useable HTML output but using any standard HTML+Javascript in UI is the way "MVC" works.

MVC allow parallel coding and HTML development. any developer who knows HTML+JS can create "View" without messing up your code.

this jquery plugin http://jqueryui.com/demos/datepicker/ can create custom DatePicker on client browser.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!