摘要: 经济学 阅读全文
posted @ 2009-03-17 09:18 KevinHu 阅读(519) 评论(0) 推荐(0)
摘要: 上传: string strDocExt; string strDocType; int intDocLen; string filePath = ""; Stream objStream; if (File1.PostedFile.FileName == "") { ... 阅读全文
posted @ 2009-03-17 09:13 KevinHu 阅读(108) 评论(0) 推荐(0)
摘要: default.aspx.cs: public partial class _Default : System.Web.UI.Page { string connectString = ""; protected void Page_Load(object sender, EventArgs e) { AjaxPro.Utility.RegisterTypeForAjax(typeof(_Defa... 阅读全文
posted @ 2009-03-17 09:08 KevinHu 阅读(620) 评论(0) 推荐(0)