你GridView里的代码发出来看看。

解决方案 »

  1.   

    用css控制,可以实现,注意要定义好gridview的大小,
    在<tr>上加上对应代码,如下,并定死 table 的宽度 <table width="631" border="0" cellpadding="0" cellspacing="0">
               <tr><td height="10px">&nbsp;</td></tr>
                <tr style="table-layout:fixed;word-wrap:break-word;word-break:break-all">
                  <td align="left" class="font_text" width="631">
                  要显示的超长内容              </td>
                </tr>
    </table>
      

  2.   

    style="table-layout:fixed;word-wrap:break-word;word-break:break-all"晕死,代码里面不能加红,,楼主在 <tr> 里面设置下这个css 就可以了