摘要: using Microsoft.VisualBasic;using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Diagnostics;using DotNetNuke;using System.Web.UI;using System.Reflecti... 阅读全文
posted @ 2010-07-13 00:03 小生不才 阅读(143) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.VisualBasic;using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Diagnostics;using DotNetNuke;using DotNetNuke.Common.Global;using Syst... 阅读全文
posted @ 2010-07-13 00:01 小生不才 阅读(200) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Text;using System.IO;using Microsoft.SharePoint;using Microsoft.SharePoint.Utilities;using System.Data;using System.... 阅读全文
posted @ 2009-07-07 11:03 小生不才 阅读(228) 评论(0) 推荐(0) 编辑
摘要: TreeViewControl.ascx<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="TreeviewControl.ascx.cs" Inherits="TreeviewApplication.TreeviewControl" %><asp:TreeView ID="TreeView1" runat="... 阅读全文
posted @ 2009-06-27 09:49 小生不才 阅读(735) 评论(3) 推荐(0) 编辑
摘要: MysiteBar类using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebPa... 阅读全文
posted @ 2009-06-27 09:44 小生不才 阅读(159) 评论(0) 推荐(0) 编辑
摘要: SPSite site = new SPSite(站点路径);SPWeb web = site.OpenWeb(文档库web站点路径);SPList li=web.Lists[文档库名字]; for (int i = 0; i < li.Items.Count;i++ ){SPFile file = li.Items.File;if (file.CheckOutStatus.ToString... 阅读全文
posted @ 2009-06-25 16:01 小生不才 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 前台代码:<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FileUpload.ascx.cs" Inherits="UploadFile.FileUpload" %><table><tr><td style="width:138px; height: 24px;">请选择列表... 阅读全文
posted @ 2009-06-24 19:12 小生不才 阅读(922) 评论(1) 推荐(0) 编辑
摘要: 俺开博了,希望大家多多支持,共同分享,共同进步,一起在这个大家庭里成长。 阅读全文
posted @ 2009-06-12 17:20 小生不才 阅读(90) 评论(0) 推荐(0) 编辑