Net Data Grid Control

Viewing dataset in a Data Grid Contol VB.net 2005?
I control display of the grid on my form and I have another class with a method that returns a DataSet. How do I get the grid to display the data set? I read about a method SetDataBinding, is still available in VB 2005 because I get an error that its not part of the DataGrid and doesn't show on the list.
in WinForms using dgMyGrid.DataSource myDataSet.Tables = (0) But in ASP.NET you should add Page.DataBind () is a method that tells the page to link data for the grid.
ASP.NET Grid – How to Provide Custom Display Text for Data Cells