Browse by Tags

Related Posts

  • Linq and nested repeaters

    I'm a total noob to .NET, ASP.NET, LINQ and so on, so please be gentle. :-) I'm trying to display a list of people and the tags that are on those people, something like this: Gabriel - this, that, these, those John - that, those, another Sarah - that, another, something I'm using Linq to...
    Posted to Data Presentation Controls (Forum) by GabrielX on 01-21-2008, 12:00 AM
    Filed under: Repeater, nested repeater, linq
  • LINQ associations issue in Repeater control

    I have a DataContext created with the designer, that has some one-to-many associations between tables. When I try to access those entities in an Repeater control that gets data from a LINQ Data Source, I get a NullReferenceException. Here is an example of code: < asp:Repeater runat= "server"...
    Posted to Data Presentation Controls (Forum) by tiby_v8 on 03-05-2008, 12:00 AM
    Filed under: Repeater, linq, association
  • Bind LinQ Results to Repeater Control (without LinqToSQL datasource)

    Hello - I am trying to bind data retrieved in the code-behind using Linq to a repeater control on the presentation layer. How do I access the objects stored in 'results' on the presentation layer? Basically, what needs to go between the <% %> on the aspx file? Thanks!! protected void Page_Load...
    Posted to Data Presentation Controls (Forum) by urtlking2jo on 07-09-2008, 12:00 AM
    Filed under: Repeater, bind data, linq
Page 1 of 1 (3 items)