2009-08-04 32 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