Пример #1
0
 protected void LoadContentByCategory(string category)
 {
     ContentList.DataSource = _cm.GetContentByCategory(category);
     ContentList.DataBind();
 }