Esempio n. 1
0
 /// <summary>
 /// Causes data binding to occur on the invoked control and all of its child controls.
 /// </summary>
 public void DataBind()
 {
     _List.DataBind();
 }