Browse by Tags

Related Posts

  • How do I filter a linq query?

    I have written a C# web site using visual studio 2008. I am using an asp.net 3.5 listview control to display my data. I have two textboxes linked to ajax calendar extenders to produce datetime values along with a button on my listview frontend. My idea is that upon the user entering dates (a from and...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by MartinSpalding on 04-27-2009, 12:00 AM
    Filed under: OnSelecting, outer join, join, joining table query, left join, linq dynamic where, linq ORM, linq sql nullif isnull, LINQ Statement, Linq To Entities, linq to sql, LINQ toSQL, Linq-To-Sql, listview, Linq, LINQ CONTAINS WHERE IN
  • How do I filter a linq query on user input controls?

    I have written a C# web site using visual studio 2008. I am using a listview to display my data. I have a dropdownlist and a textbox control on my frontend listview. My idea was that upon the user selecting a value in the dropdownlist (database column name) and then entering specific keywords in the...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by MartinSpalding on 04-23-2009, 12:00 AM
    Filed under: <asp.net>, linq dynamic where, linq objects, linq sql nullif isnull, LINQ Statement, Linq To Entities, LINQ to SQL bulk inserts sqlexception null parameters, LINQ toSQL, Linq-To-Entities, Linq-To-Sql, listview, LINQ CONTAINS WHERE IN, "Dynamic SQL", "ASP.NET and SQL Server", linq to sql, Linq
  • ListView - Paging issue - doesn't work from code behind

    Hello, I've got a ListView and a DataPager on my ASPX page. I bind the ListView in my code behind: EGDataContext db = new EGDataContext(); var ads = (from a in db.Ads where a.SubCategoryId == subCategoryId orderby a.PostedOn descending select a); this.lvAds.DataSource = ads; this.lvAds.DataBind(...
    Posted to Data Presentation Controls (Forum) by ambuj on 02-18-2008, 12:00 AM
    Filed under: ListView, linq
  • ListView + Linq without LinqDataSource: Editing!

    Hi there! I'm trying to use a ListView to display a list attached to a Linq datasource. It looks something like this: 1 var ivs = from i in a.Activities 2 where i.DueDate >= DateTime.Now 3 select new { i.ActivityID, i.DueDate, i.Note }; 4 UpcomingInterviewList.DataSource = upcominginterviews;...
    Posted to Data Presentation Controls (Forum) by GabrielX on 01-23-2008, 12:00 AM
    Filed under: c#, ListView, linq
Page 1 of 1 (4 items)