예제 #1
0
 protected override void OnLoad(EventArgs e)
 {
     base.DataSource = CommentBrowser.GetAllHotKeywords();
     base.DataBind();
 }