コード例 #1
0
    private void BindData()
    {
        var _Vote = new Votes();

        rptList.DataSource = _Vote.GetTList();
        rptList.DataBind();
    }