寻找代码来呈现显示对象视图的表单
我的任务是显示一个 Web 表单来表示 .NET 类中的属性。 在 WinForms 中,有一个名为 PropertyGrid 的预制控件,它很像我需要的。 我只是在寻找一些东西来在适当的控件旁边显示属性名称的简单布局,例如字符串的文本框或枚举属性的下拉列表。
ASP.NET 中是否已经存在类似的东西,或者我会在这里推出自己的东西吗?
I've got the task of displaying a web form to represent the properties in a .NET class. In WinForms, there's a pre-fab control named PropertyGrid that is a lot like what I need. I'm just looking for something to display a simple layout of property names next to an appropriate control like a textbox for strings or a dropdownlist for enum properties.
Does anything like this already exist for ASP.NET, or will I be rolling my own here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ASP.Net PropertyGrid
ASP.Net PropertyGrid