StarterSite Controls/ProductList.ascx - Using a DataList instead of GridView
Hiya,
Im trying to implement a DataList control in the ProductList.ascx page but am really struggling to locate where the DataBind method is executed on the GridView "SearchResults". I've ensured that the DataSource and DataSourceID methods in the ProductList.ascx class set the values for my DataList, however I just cant bind the data.
Where should I do this?
Thanks!!

