protected decimal BindPercert(string nVoteNum) { Vote bll = new Vote(); return(int.Parse(nVoteNum) * 100 / bll.GetVoteTotal()); }