上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-t... 阅读全文
posted @ 2009-12-05 21:37 ForFreeDom 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1.前台页面[代码]2.后台代码代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidPage_Load(objectsender,EventArgse){objectobj=SqlHelper.ExecuteScalar(co... 阅读全文
posted @ 2009-12-03 22:46 ForFreeDom 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 思路是在页面加载的时候获取服务器时间作为起点显示时间:1.前台页面[代码]2.后台代码代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidPage_Load(objectsender,EventArgse){objectobj... 阅读全文
posted @ 2009-12-03 22:34 ForFreeDom 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 1.前台页面文件注意设置DataKeyNames2.在pageIndexChanging事件中代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--protectedvoidGridView1_PageIndexChanging(objectsender... 阅读全文
posted @ 2009-12-03 22:26 ForFreeDom 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicstringCreateJsonParameters(DataTabledt){/**//**//**//*/***************************************... 阅读全文
posted @ 2009-12-03 22:12 ForFreeDom 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 前台代码:[代码]后台代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--DataTableds=vote.getSurveyitemsmainAll();DDLsurveyitems.DataSource=ds;DDLsurveyitems.D... 阅读全文
posted @ 2009-12-03 22:07 ForFreeDom 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1.前台页面:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<asp:RepeaterID="RptThankBrd"runat="server"onitemdatabound="RptThankBrd_ItemDataBound">... 阅读全文
posted @ 2009-12-03 22:01 ForFreeDom 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 浮层内嵌iframe及frame集合窗口,刷新父页面的多种方法Js代码 <scriptlanguage=JavaScript> parent.location.reload(); </script> <script language=JavaScript>parent.location.reload();</script>弹出子页面Js代码 <... 阅读全文
posted @ 2009-11-29 16:28 ForFreeDom 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" DataKeyNames="surveyid" Width="... 阅读全文
posted @ 2009-11-29 16:26 ForFreeDom 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//1、比较时间大小的实验stringst1="12:13";stringst2="14:14";DateTimedt1=Convert.ToDateTime(st1);DateTimedt2=Con... 阅读全文
posted @ 2009-11-29 14:53 ForFreeDom 阅读(256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页