Esempio n. 1
0
 private void load()
 {
     GridView1.DataSource = bll.ShowAllPlatesForClient();
     GridView1.DataBind();
 }