<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString=" <%$ ConnectionStrings:dzwenguan %>" 
        ProviderName=" <%$ ConnectionStrings:dzwenguan.ProviderName %>" SelectCommand="SELECT * FROM [liangchan]"> 
     </asp:SqlDataSource> 
    &nbsp; <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="id" 
        DataSourceID="SqlDataSource1"> 
         <Columns> 
             <asp:BoundField DataField="id" HeaderText="id" InsertVisible="False" ReadOnly="True" 
                SortExpression="id" /> 
             <asp:BoundField DataField="ywname" HeaderText="ywname" SortExpression="ywname" /> 
             <asp:BoundField DataField="gcname" HeaderText="gcname" SortExpression="gcname" /> 
             <asp:BoundField DataField="productname" HeaderText="productname" SortExpression="productname" /> 
             <asp:BoundField DataField="kehuxinxi" HeaderText="kehuxinxi" SortExpression="kehuxinxi" /> 
             <asp:BoundField DataField="zhicheng" HeaderText="zhicheng" SortExpression="zhicheng" /> 
             <asp:BoundField DataField="pinzhi" HeaderText="pinzhi" SortExpression="pinzhi" /> 
             <asp:BoundField DataField="beizhu" HeaderText="beizhu" SortExpression="beizhu" /> 
         </Columns> 
     </asp:GridView> 我要让上面gridview中的数据显示在以下的单元格内怎么实现? 急??   <tr height=55 style='mso-height-source:userset;height:41.25pt'>    <td height=55 class=xl33 style='height:41.25pt;border-top:none' id="TD1"> 
      </td> 
   <td class=xl29 style='border-top:none;border-left:none'>dsf  </td> 
   <td class=xl29 style='border-top:none;border-left:none'>  </td> 
   <td class=xl27 style='border-top:none;border-left:none'>  </td> 
   <td class=xl28 style='border-top:none;border-left:none'>  </td> 
   <td class=xl28 style='border-top:none;border-left:none'>  </td> 
   <td class=xl28 style="border-top:none;border-left:none; width: 155pt;">  </td> 
   <td class=xl27 style='border-top:none;border-left:none'>  </td> 
   <td class=xl42 width=153 style='border-top:none;border-left:none;width:115pt'>  </td> 
   <td class=xl30> </td> 
  </tr>