예제 #1
0
        public void loadGrid()
        {
            //this function will load the data into grid
            enter obj = new enter();

            modifyUser.DataSource = obj.GetAllUsers();
            modifyUser.DataBind();
            modifyTweet.DataSource = obj.GetAllTweets();
            modifyTweet.DataBind();
        }