Dynamic Data Website - Hide columns in gridview but show in details?
I have seen how you can hide a column by scaffolding. But how about hiding it from the gridview only and showing it on the deta开发者_JAVA百科ils screen.
I think you should add a FormView to details page dynamically.
this link may help you:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.formview.formview.aspx
精彩评论