摘要:
转自:http://www.dotnetcurry.com/ShowArticle.aspx?ID=189以下定义的二个字符串为例:string strOriginal = "These functions will come handy";string strModified = String.Empty;1. Iterate a String – You can use the &... 阅读全文
摘要:
源码:/Files/chenqingwei/Frame2.rar 阅读全文
摘要:
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.WebParts;using ... 阅读全文
摘要:
客户端上传本地excel文件到服务器上,并在客户端显示。 // 上传按钮 protected void btnUp_Click(object sender, EventArgs e) { bool b = Upload(fuExcel); // 上传excel文件 if (!b) { return; } string name = fuExcel.FileName; string filepath = Server.MapPath("~/upload/") + name; ... 阅读全文
摘要:
asp.net web打印 阅读全文