Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 207
Chris Farmer Avatar asked Aug 06 '08 17:08

Chris Farmer


1 Answers

ASP.Net PropertyGrid

like image 113
Greg Hurlman Avatar answered Sep 23 '22 16:09

Greg Hurlman