I have the task of displaying a web form to represent properties in a .NET class. WinForms has a preliminary control called PropertyGrid, which is very similar to what I need. I'm just looking for something to display a simple layout of property names next to the corresponding control, like a text box for strings or a drop-down list for enumeration properties.
Something like this already exists for ASP.NET, or am I going to skate here?
source
share