예제 #1
0
파일: index.aspx.cs 프로젝트: CHIclay/YUJ
        protected void Bingtop10write()
        {
            DataTable top10 = WriteManager.top10write();

            if (top10 != null)
            {
                writeView.DataSource = top10;
                writeView.DataBind();
            }
        }