/// <summary> /// Binds datasource control data to the viewer control /// </summary> private void BindControl() { if (DataSourceControl != null) { BasicRepeater.DataSource = DataSourceControl.LoadData(true); LoadTransformations(); BasicRepeater.DataBind(); binded = true; } }
/// <summary> /// Binds datasource control data to the viewer control /// </summary> private void BindControl() { if (DataSourceControl != null) { basicUniView.DataSource = DataSourceControl.LoadData(true); LoadTransformations(); basicUniView.DataBind(); binded = true; } }