写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页

2009年6月10日

摘要: 在读取DataList数据时如果数据源是DataSet和DataTable时可以用 DataRowView view = (DataRowView)e.Item.DataItem--来获取控件数据。--当数据源是DataReader时就不能这样用了(存储过程分页就是DataReader)--应该改为 System.Data.Common.DbDataRecord view = (System.D... 阅读全文

posted @ 2009-06-10 16:38 hateyoucode 阅读(478) 评论(0) 推荐(0)

2009年5月31日

摘要: <table width="100%" cellpadding="0" border=1 bordercolor=#000000 style="border-collapse:collapse;" cellspacing="0"> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <... 阅读全文

posted @ 2009-05-31 11:43 hateyoucode 阅读(169) 评论(0) 推荐(0)

摘要: 使用时候替换“AsaiDemoS ”,即可在一个页面放置多个这样的上下竖向滚动!<div id=AsaiDemoS style=height:120px;width:100%;overflow:hidden;><div id=AsaiDemoS1><A HREF=HTTP://77YA.COM>阿赛工作室!</A><br... 阅读全文

posted @ 2009-05-31 10:15 hateyoucode 阅读(447) 评论(0) 推荐(0)

2009年5月21日

摘要: <script language="javascript">/*var openurl="Notice.html";var title="特别公告";function openwin(){ window.open(openurl,title,'width=460,height=180,top=0,left=0,toolbar=yes,menubar=yes, scrollbars=ye... 阅读全文

posted @ 2009-05-21 15:54 hateyoucode 阅读(202) 评论(0) 推荐(0)

2009年5月20日

摘要: [代码] 阅读全文

posted @ 2009-05-20 12:39 hateyoucode 阅读(228) 评论(0) 推荐(0)

2009年5月18日

摘要: aspnetpager控件加载的时候会加载AspNetPager1_PageChanged的代码 阅读全文

posted @ 2009-05-18 09:43 hateyoucode 阅读(142) 评论(0) 推荐(0)

2009年5月13日

摘要: [代码]注意以下JS的位置,必须放到form的后面,如果在前面,那么document.getElementById("Label1")将得不到值,因为在执行这JS之前根本没有Label1这标签,故浏览器是找不到的[代码][代码] 阅读全文

posted @ 2009-05-13 22:16 hateyoucode 阅读(252) 评论(0) 推荐(0)

2009年5月12日

摘要: [代码] 阅读全文

posted @ 2009-05-12 11:56 hateyoucode 阅读(307) 评论(0) 推荐(0)

2009年5月5日

摘要: textbox 要换行,要先设Multiline为true才可以换行,用\r\n换行 \n啊,就是newline 阅读全文

posted @ 2009-05-05 21:52 hateyoucode 阅读(1334) 评论(0) 推荐(0)

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> string arrsz = "1|index,2|ymzc,3|zjfw"; string[] arrsza = a... 阅读全文

posted @ 2009-05-05 08:38 hateyoucode 阅读(225) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页