摘要: 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 阅读(534) 评论(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 阅读(700) 评论(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 阅读(143) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--publicstringCreateJsonParameters(DataTabledt){/**//**//**//*/***************************************... 阅读全文
posted @ 2009-12-03 22:12 ForFreeDom 阅读(195) 评论(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 阅读(178) 评论(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 阅读(638) 评论(0) 推荐(0)