2009-08-04 100 views

回答

4
<asp:GridView id="hurfDurf" style="margin-left:10%;" runat="server"> 
</asp:GridView> 

或者,在你的aspx頁面的頂部...

<head> 
    <style type="text/css"> 
    #hurfDurf table 
    { 
     margin-left:10px; 
    } 
    </style> 
</head> 
+0

許?我沒有把任何東西包裝在div中。 – Will 2009-08-04 16:06:17