Skip to content
Loading
Using a repeater control, how can I dynamically add <div>?");  
  • Repeater1.DataSource = from c in lst select new { MyDiv = c };  
  • Repeater1.DataBind();  
  •  In your case, these will come from Database..