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... Read More
posted @ 2009-09-03 02:57 Jian, Li Views(145) Comments(0) Diggs(0)
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 Read More
posted @ 2009-09-03 02:56 Jian, Li Views(151) Comments(0) Diggs(0)