Exemple #1
0
 public void bindgrid()
 {
     GridView1.DataSource = objfeedbackdal.selectFeedback();
     GridView1.DataBind();
 }