可以用DataView或者DataGrid后期邦定

解决方案 »

  1.   

    I assume you are using ASP.NET1. remove the 题目内容 column before binding2. set DataGrid's AutoGenerateColumns = false and use specific templates to only display those columns you want3. or override ItemDataBound event handler, Remove the 题目内容 cell or set its Visible=false
      

  2.   

    用datagridTablesytle和 datagiridcolumnSytle
    就可以实现,不想显示的不创建datagridcolumnSytle就可以了
      

  3.   

    能不能具体给出一段代码,我现在是用dataset->dataview->datagrid,
    怎么样使某些段不显示
      

  4.   

    datagrid 属性中的datagiridcolumnSytle
    设置