2009年12月8日

摘要: truncate table tab1 create table tab1 ( a int primary key not null identity(1,1), b varchar(10), c varchar(10), d float, e float, f float ) go insert into tab1(b,c,d,e,f) values('a','aa',1,2,3... 阅读全文
posted @ 2009-12-08 09:42 Jorry-o 阅读(1086) 评论(0) 推荐(0)

2009年11月22日

摘要: 前台代码比较简单body> <form id="form1" runat="server"> <div> <asp:GridView ID="GridView1" runat="server"> </asp:GridView> <webdiyer:AspNetPager ID="AspNetPager1" runat="server" P... 阅读全文
posted @ 2009-11-22 10:28 Jorry-o 阅读(793) 评论(0) 推荐(0)