For the following: DataGrid1.DataBind() i am getting this error:
DataGrid with id 'DataGrid1' could not automatically generate any columns from the selected data source.


I see 1 record in the add watch,under result1 for result, i want to see the result to be binded with dategrid1

property autogenerate column is also true for Datagrid1



Dim myobj As Categories.CategoriesService = New Categories.CategoriesService

Dim result1 As Categories.ListResults

result1 = myobj.getSubCategoryList("MOT-V300", "GSM", "jamaica", 294, 1, 1)

DataGrid1.DataSource = result1.results
DataGrid1.DataBind()

Thank you very much for the information.