Browse by Tags

Related Posts

  • LINQ to SQL object in Session between requests problems

    I am working on a project using LINQ to SQL and I am having a problem Inserting an object which I persist between requests in a multi stage data entry process. I create the object at the start of the process, and store it in session. So something like Order o = new Order(); Session.Add("order"...
    Posted to Data Access and ObjectDataSource Control (Forum) by tatsky on 07-07-2008, 12:00 AM
    Filed under: sql, Linq to SQL, Linq, Session
  • Session & Linq

    Hi, I have configured the Session to be saved in a MSSQL database, but an error occurs when i try to save a Linq query object there, because it's not a serializable object. What can i do to solve the problem? Thanks in advance
    Posted to State Management (Forum) by sinz on 03-22-2009, 12:00 AM
    Filed under: Session, linq
Page 1 of 1 (2 items)