i need to assign a css class for a panel. because i need to display data from the data base without using grid view .so that i can display all the data in dynamic panels..
without using grid view is their any other way to do it,
for (int i = 0; i < 9; i++)
{
Panel k=new Panel();
//(col-sm-4 col-lg-4 col-md-4) css call wcich i need to add for this panel
// add lable
Panel2.Conrols.add(k);
}