Esempio n. 1
0
 private void BindVote()
 {
     this.dlstVote.DataSource = SubsiteStoreHelper.GetVotes();
     this.dlstVote.DataBind();
 }