摘要:
public class EntityCollectionsView<T> { public EntityCollectionsView(EntityCollections<T> collections) { this._collections = collections; } private EntityCollections<T> _collections; [DebuggerBrowsable(DebuggerBrowsableState.RootHidden)] pu... 阅读全文
摘要:
首先,建立页面基类,服务端必须继承自ICallbackEventHandler接口,代码如下:public class PageBase : System.Web.UI.Page, ICallbackEventHandler { protected event PageCallBackEventHandler Page_CallBackEvent; protected override void OnLoad(EventArgs e) { base.OnLoad(e); } protected override void CreateChildControls() { base.C... 阅读全文
摘要:
//json数组var menuData1=[ {"orderid":-10,"text":"主页","title":"个人网站主页","url":"Default.aspx?TeacherID=153","visible":true,"target":"_self"}, {"orderid":... 阅读全文