Exemplo n.º 1
0
 private void BindHistoryList()
 {
     rptPageHistory.DataSource = Wiki.GetPageHistory(PageNameUtil.Decode(WikiPage));
     rptPageHistory.DataBind();
     cmdDiff.Visible = (rptPageHistory.DataSource as List <Page>).Count > 1;
 }