ultras1 0 Newbie Poster

Hi, I'm using web service wich return DataSet object .

localhost.Default Mse = new localhost.Default();
        DataSet ds = Mse.GetData();
        GridView1.DataSource = ds;
        GridView1.DataBind();

How to set GridView control to be sorted by ID column (DESC) on page load?