摘要: 在使用VS2008过程,发现有了全新的分页控件<asp:DataPager ID="DataPager1" runat="server" PagedControlID="ListView1" PageSize="4"> <Fields> <asp:NextPreviousPagerField ButtonType="Button" ShowFirstPageButto... 阅读全文
posted @ 2008-11-23 09:56 WUYQ 阅读(870) 评论(0) 推荐(0) 编辑
摘要: <script language="javascript">function init() { var tbBody = document.getElementById("<%=GridView2.ClientID%>"); if(tbBody!=null) { var tbHead = tbBody.cloneNode(true) for(i = tbHead.rows.... 阅读全文
posted @ 2008-11-23 09:54 WUYQ 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 在asp.net中生成html文件代码如下:public static bool CreatHtmlPage(string[] strNewsHtml, string[] strOldHtml, string strModeFilePath, string strPageFilePath) { bool Flage = false; StreamReader ReaderFile = null; ... 阅读全文
posted @ 2008-11-23 09:33 WUYQ 阅读(166) 评论(0) 推荐(0) 编辑