G
Guest
Hi,
I able to populate my gridview with the following code
Dim Facade As New Facade
Dim test As New Product(1223, Nothing)
GridView1.DataSource = Facade.GetLastList(test)
GridView1.DataBind()
The facade returns IList
When I add the column names manually it doesn't work. Any ideas?
Thanks
I able to populate my gridview with the following code
Dim Facade As New Facade
Dim test As New Product(1223, Nothing)
GridView1.DataSource = Facade.GetLastList(test)
GridView1.DataBind()
The facade returns IList
When I add the column names manually it doesn't work. Any ideas?
Thanks