It seems that every week or so, some one asks me why do I suggest data binding, as listed below, in composite controls and when inheriting from other controls: protected override void OnInit(EventArgs e) { // data bind controls here base.OnInit(e); }
Read More...