小智 5
<asp:GridView id="hurfDurf" style="margin-left:10%;" runat="server">
</asp:GridView>
Run Code Online (Sandbox Code Playgroud)
或者,在aspx页面的顶部...
<head>
<style type="text/css">
#hurfDurf table
{
margin-left:10px;
}
</style>
</head>
Run Code Online (Sandbox Code Playgroud)