摘要: 前台主页面:doneForPrint.aspx<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="doneForPrint.aspx.cs" Inherits="oapro.Views.Com.OA.doneForPrint" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xht 阅读全文
posted @ 2011-10-18 16:27 litao6664 阅读(2573) 评论(0) 推荐(0) 编辑
摘要: 前台: <asp:GridView ID="gridView" runat="server" AllowPaging="True" Width="100%" CellPadding="3" OnPageIndexChanging="gridView_PageIndexChanging" BorderWidth="1px" DataKeyNames="id" OnRowDataBound="gridView_RowData 阅读全文
posted @ 2011-07-28 14:08 litao6664 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 前台: <script type="text/javascript">var secs = 3; var URL; function Load(url) { URL = url; for (var i = secs; i >= 0; i--) { window.setTimeout('doUpdate(' + i + ')', (secs - i) * 1000); } } fu... 阅读全文
posted @ 2010-11-05 14:37 litao6664 阅读(428) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GradeManagement.aspx.cs" Inherits="PandaRG.NB.OurSchoolWeb.WebApplication.SchoolManagement.GradeManage.GradeManagement" Theme="Management" ... 阅读全文
posted @ 2010-11-03 16:08 litao6664 阅读(343) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// Convert List To Table /// </summary> /// <param name="list"></param> /// <returns></returns> public static DataTable ListToDataTable<T>(List... 阅读全文
posted @ 2010-09-01 13:31 litao6664 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 其实很简单 ,在开始菜单->运行->输入如下:C:\Windows\system32\inetsrv\iisrstas.exe /RegServer然后再重启就OK了 阅读全文
posted @ 2010-08-03 09:47 litao6664 阅读(490) 评论(0) 推荐(0) 编辑
摘要: [代码]<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="PhotoSliderImage.aspx.cs"Inherits="PhotoSliderImage"%><%@RegisterAssembly="AspNetPager"Namespace="Wuqi.Webdiyer"TagPrefix="webdiyer"%&g... 阅读全文
posted @ 2010-07-14 14:22 litao6664 阅读(592) 评论(2) 推荐(1) 编辑
摘要: 前台:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%@PageLanguage="C#"AutoEventWireup="true"CodeBehind="WebForm1.aspx.cs"Inherits="PandaRG.NB.Ou... 阅读全文
posted @ 2010-07-06 14:18 litao6664 阅读(265) 评论(0) 推荐(0) 编辑
摘要: function SelectAllCheckBoxOrNoneCB(checkboxListID) { var cboxObj = document.getElementById(checkboxListID); var cboxList = cboxObj.getElementsByTagName('input'); var lbList = cboxObj.getElementsByTagN... 阅读全文
posted @ 2009-09-16 11:53 litao6664 阅读(407) 评论(0) 推荐(0) 编辑
摘要: /Files/litaocnblogs/LTWCF.rar 阅读全文
posted @ 2009-08-20 14:54 litao6664 阅读(107) 评论(0) 推荐(0) 编辑