09 2009 档案

摘要:The way to access control in sub-page witin masterpageThe way to access control in sub-page witin masterpage:example 1:DropDownList ddl = (DropDownList)this.Page.Master.FindControl("ContentPlaceHolder... 阅读全文
posted @ 2009-09-03 02:57 Jian, Li
摘要:Extend gridview's functionality by extension methodusing System;using System.Collections.Generic;using System.Linq;using System.Web.UI.WebControls;using HCA.RAC.Business;namespace HCA.RAC.Web{ public static class GridViewExtensions { public static void HighlightAccount(this GridView gridView, Ac 阅读全文
posted @ 2009-09-03 02:56 Jian, Li