

























<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
<style type="text/css">
.fixedheader
{
left: 0px;
position: relative;
top: 0px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<asp:GridView ID="GridView2" runat="server">
<HeaderStyle CssClass="fixedheader" />
</asp:GridView>
</asp:Panel>
</form>
</body>
</html>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。