使用asp.net创建动态Web表单的最佳方法是什么? [英] What is the best way to create dynamic web form using asp.net

查看:59
本文介绍了使用asp.net创建动态Web表单的最佳方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于拥有超过30000个用户的数据驱动应用程序,动态创建Web表单的最佳方法是什么?

在此先感谢,

For a data driven application, with more than 30000 users, what is the best way to dynamically create web forms?

Thanks in Advance,

推荐答案

Response.Write("<div><font size='2' face='Tahoma'><B>" +
                                   mydata + "</B></font></div>");


谢谢您的提问.您要在ASP.NET中创建动态Web表单.因此需要创建ASP.NET网站,目前ASP.NET 4可用.您可以将MS-SQL 2005/2008用于数据库.


谢谢.
Mamun
Thank you for your question. You want to create dynamic web form in ASP.NET. So need to create ASP.NET website currently ASP.NET 4 available. And you can use MS-SQL 2005/2008 for database.


Thanks.
Mamun


阅读这些;
使用Visual C#.NET在ASP.NET中动态创建控件 [动态表单字段"的ASP.NET版本 [
Read these;
Dynamically Create Controls in ASP.NET by Using Visual C# .NET[^]
ASP.NET version of "Dynamic Form Fields"[^]

All you need to do is decide on how you are going to store the information detailing what controls to add to the form and where to position them, you could use either XML or a database for this part.


这篇关于使用asp.net创建动态Web表单的最佳方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆