|
-
Apr 26th, 2006, 11:24 AM
#1
Thread Starter
Member
DataGrid1.DataBind() i am getting this error
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|