随笔分类 -  Asp.Net

该文被密码保护。
posted @ 2015-09-23 10:20 要等闲阿 阅读(3) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-11-01 23:21 要等闲阿 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2014-08-29 01:13 要等闲阿 阅读(1) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2014-08-13 17:43 要等闲阿 阅读(5) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2014-07-25 16:37 要等闲阿 阅读(11) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2014-07-18 14:08 要等闲阿 阅读(9) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2014-07-18 10:23 要等闲阿 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2013-08-10 18:23 要等闲阿 阅读(3) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2013-08-02 12:11 要等闲阿 阅读(11) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2013-08-01 20:49 要等闲阿 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2013-06-09 10:14 要等闲阿 阅读(1) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2013-01-08 11:14 要等闲阿 阅读(3) 评论(0) 推荐(0)
摘要:主要代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;using Word = Microsoft.Office.Interop.Word;namespace WebWordToHtml{ public partial class WebForm1 : System.Web.UI.Page { protected vo... 阅读全文
posted @ 2012-07-09 22:37 要等闲阿 阅读(7970) 评论(4) 推荐(0)
摘要:./当前目录/网站主目录../上层目录~/网站虚拟目录如果当前的网站目录为E:\wwwroot应用程序虚拟目录为E:\wwwroot\company浏览的页面路径为E:\wwwroot\company\news\show.asp在show.asp页面中使用Server.MapPath("./")返回路径为:E:\wwwroot\company\newsServer.MapPath("/")返回路径为:E:\wwwrootServer.MapPath("../")返回路径为:E:\wwwroot\companyServer.MapPat 阅读全文
posted @ 2012-07-08 12:47 要等闲阿 阅读(140) 评论(0) 推荐(0)
摘要:前台页面:<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> </div> <asp:Button ID="Button1" runat="server" 阅读全文
posted @ 2012-07-08 12:23 要等闲阿 阅读(9117) 评论(0) 推荐(0)
摘要:代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using PPT = Microsoft.Office.Interop.PowerPoint;using System.IO;using System.Reflection; namespace WebPPT{ public partial class WebForm1 : System.Web.UI.Page ... 阅读全文
posted @ 2012-07-08 11:19 要等闲阿 阅读(386) 评论(0) 推荐(0)
摘要:代码: /// <summary> /// 上传文件 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> protected void Button1_Click(object sender, EventArgs e) { if (this.FileUpload1.PostedFile.FileName == "") { Respons... 阅读全文
posted @ 2012-07-07 22:34 要等闲阿 阅读(454) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-07-07 00:01 要等闲阿 阅读(24) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-07-05 11:53 要等闲阿 阅读(12) 评论(0) 推荐(0)