DataSet ds = new DataSet();// write code to fill the DataSet//Store DataSet in ViewStateViewState["CustomerData"] = ds;