protected void Page_Init(object sender, EventArgs e) { StudentsGridView.EnableDynamicData(typeof(Student)); SearchGridView.EnableDynamicData(typeof(Student)); }