摘要: using System.Collections.Generic;public class GenericList { // The nested class is also generic on T private class Node { // T used in non-generic constructor public Node(T t) ... 阅读全文
posted @ 2005-10-31 21:10 潘胜国 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 像页面发送出一个隐藏Input Page.RegisterHiddenField("hiddenFieldName","hiddenFieldInitialValue");像页面输出functon __doPostBackPage.GetPostBackEventReference(this);以后继续增加中... 阅读全文
posted @ 2005-10-31 21:03 潘胜国 阅读(561) 评论(0) 推荐(0) 编辑