09 2009 档案
摘要:一.基类的选择: Control 控件开发基类,所有控件都直接或间接继承该类。提供各类控件的通用属性和方法,ID,Visible等.扩展灵活性最强。 WebControl 继承至Control,还增加了布局,可访问性,外观样式等特性。 CompositeControl 把现有控件聚合起来创建一个组合控件时,可以继承此类。实现INamingContainer接口,...
阅读全文
摘要:/Files/chenqingwei/staruml指导手册.rar
阅读全文
摘要:网上看到的,还不错哦。/Files/chenqingwei/类库开发的设计准则.rar
阅读全文
摘要:In this article, we will explore some common text file operations using C#. This article has been requested by a long time reader of dotnetcurry.com. NET provides various classes like the File and Fi...
阅读全文
摘要:A thumbnail is a small sized image. Creating a thumbnail using .NET is extremely simple. In this article, we will explore how to create a thumbnail image and display the thumbnail in our application. ...
阅读全文
摘要:转自: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 &...
阅读全文
摘要: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; ...
阅读全文

浙公网安备 33010602011771号