I have the following code:
Dim NewsContext As New NewsDataContext ()
Dim Result As IEnumerable(Of GetAllNewsArtic lesResult) =
NewsContext.Get AllNewsArticles ()
I want to use the Result object as a DataSource for a repeater control. How
do I do this? And how would you reference the column names in the html
markup?
Dim NewsContext As New NewsDataContext ()
Dim Result As IEnumerable(Of GetAllNewsArtic lesResult) =
NewsContext.Get AllNewsArticles ()
I want to use the Result object as a DataSource for a repeater control. How
do I do this? And how would you reference the column names in the html
markup?