Exemplo n.º 1
0
        private void showNews()
        {
            DataTable table = user.showAllNews();

            GridView1.DataSource = table;
            GridView1.DataBind();
        }