for (int i=1;i<=8,i++) 
  { 
   Label lb = new Label();
   lb.ID = "lb" + i.ToString(); 
   this.Page.Controls1].Controls.Add(lb);
  }