Any DetailsView replacement?

  • Thread starter Thread starter smartkid
  • Start date Start date
S

smartkid

Hi,

Is there a web control like the DetailsView but provides more
functionalities, including resize the two columns, manully row construction,
category support, custom editor support.

In short, I want a web control looks like a PropertyGrid.

thanks

smartkid
 
The FormView is to the DetailsView as the Repeater is to the GridView.

So check out the FormView. It allows for total control of the HTML. But it's
like the repeater in that it's all up to you.

-Brock
DevelopMentor
http://staff.develop.com/ballen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top