vote up 0 vote down star

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?

thanks!

flag

79% accept rate

2 Answers

vote up 3 vote down check

ASP.Net PropertyGrid

link|flag
vote up 1 vote down

I must be a googling moron. Thanks!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.