Looking for code to render a form that displays a view of an object
Asked Answered
D

1

7

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?

Dusky answered 6/8, 2008 at 17:42 Comment(0)
C
8

ASP.Net PropertyGrid

Colquitt answered 6/8, 2008 at 17:49 Comment(1)
Which is used... how? Please add more details.Snipes

© 2022 - 2024 — McMap. All rights reserved.