AutoGeneratedRows + Explicitly declared Rows in DetailsView

回答済み AutoGeneratedRows + Explicitly declared Rows in DetailsView

  • 2009年9月30日 上午 02:57
     
     
    From the msdn lib, http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.detailsview.aspx

    There is a note message,
    "Explicitly declared row fields can be displayed in combination with automatically generated row fields. When both are used, explicitly declared row fields are rendered first, followed by the automatically generated row fields."

    However, I found out that it is not. It render the Auto-Generated Rows first and then the Declared Rows. Is there anything that I missed? Or MSDN incorrect?
    大家一齊探討、學習和研究,謝謝! Microsoft MVP, Microsoft Community Star(TW & HK), MCT, MCSD, MCAD, MCSE+I, MCDBA, MCDST, MCSA, MCTS, MCITP

所有回覆

  • 2010年3月30日 上午 04:26
     
     已答覆
    Anyway, I solved
    大家一齊探討、學習和研究,謝謝! Microsoft MVP, Microsoft Community Star(TW & HK), MCT, MCSD, MCAD, MCSE+I, MCDBA, MCDST, MCSA, MCTS, MCITP