I am using Visual Studio 2010 and need to design a master detail form like the following.
http://demos.devexpress.com/ASPxGridViewDemos/MasterDetail/MasterDetail.aspx
Any suggestions/free components or solutions which I can use to develop the simil开发者_Python百科ar interface?
thanks
You can accomplish the same effect by loading the controls into multiple UpdatePanel
controls that are initially empty in each row of your table.
You would add the controls you need on-demand when the update panel is refreshing.
The DevExpress control is great though, try use this if you have the resources.
精彩评论