ISingleResult and linq to sql problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    ISingleResult and linq to sql problems

    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?






Working...