如何在 ASP.NET 中创建网站构建器?
我在某处看到过一个创建动态页面的应用程序。您可以选择不同的表格布局,并通过拖放添加用户控件,然后保存。 我们怎样才能在 ASP.NET 中创建这个工具呢?
I have seen an application somewhere that creates dynamic pages. You can select different table layouts and add your user control with drag and drop and just save.
How can we create this facility in asp.net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您正在寻找 GridView 控件。网络上绝对有大量这方面的示例,请尝试从这里开始(ASP.net 2.0 示例更加基本,如果您刚刚开始,这可能会很有用): http://msdn.microsoft.com/en-us/library/ms972948.aspx
I believe you're looking for the GridView control. There are absolutely tons of examples of this on the web, try starting here (the ASP.net 2.0 examples are more basic, which will probably be useful if you're just starting out): http://msdn.microsoft.com/en-us/library/ms972948.aspx