Exemplo n.º 1
0
 protected void BindView()
 {
     topicView.DataSource = WriteManager.allwrite();
     topicView.DataBind();
 }