我可以用具有相同功能的简单html控件形式替换所有asp控件吗?
我有一个项目,其中包含 .aspx 页面中的 asp.net 控件和用于数据库验证和存储过程的 Javascript,以及用于显示和执行所有此类操作的 asp:gridview 和数据源控件。现在,我想更改旧的 aspx 控件:
asp:文本框、asp:下拉列表
with input, select
在 html 中。
使用带有查询、xml 数据源、CS 文件和通用处理程序的简单 html 开发 100 个 aspx 表单需要多少时间?
有人以前做过或尝试过这个吗?这是一个好主意还是坏主意...欢迎所有建议:)
在MVC建议之后添加(以使其更清晰) 我通常希望在一个月内完成。我使用 jquery 和 CS 页面来完成所有连接,创建动态 html 和那些东西,处理程序来调用这两个文件和 aspx 进行设计和数据库配置文件(包含连接、安全性和那些东西的配置文件)...
我的主要疑问我能否获得完美的功能?
I am having a project with asp.net controls in the .aspx page and Javascript for validation and stored procedures for databases and asp:gridview and datasource controls to display and do all such things. Now, I want to change the old aspx controls :
asp:textbox, asp:dropdownlist
with input, select
in html.
How much time will it take to develop 100 aspx forms in simple html with query, xml datasource, CS file and generic handlers ??
Have any one done this before or tried this one ? Will it be a good idea or a bad idea... All suggestions are welcomed :)
Added after MVC suggestions(to make it more clear)
I am typically want to complete that within a month. I use jquery and CS page to do all connections, create dynamic html and those things, handler to call those two files and aspx for design and database configuration file (config file with connections, security and those things )...
My main doubt will I am able to obtain perfect functionality ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个广泛的问题,但我会尝试一下。
This is kind of a broad question, but I'll give it a shot.