Browse by Tags

Related Posts

  • Data Binding for Many-To-Many Relationship with Linq

    Hi, I have a DB schema with multiple m:n relationship which are represented as separate tables, e.g. Employee(eid, ename) Project(pid, pname) and WorksFor(eid,pid) WorksFor is the table representing the many-to-many relationship between Employee and Project. I have created a Linq data model for this...
    Posted to Data Access and ObjectDataSource Control (Forum) by ac-chris on 02-04-2009, 12:00 AM
    Filed under: Ado.Net Entity Data Model, ASP.NET Dynamic Data, FormView, Linq Relationships, Linq, EntitySet
  • LINQ DataSource Insert

    I have a formview which is tied up to a LINQ datasource, both of which are created in the markup (aspx) page. I am able to insert records to my database without issue. The problem: I would like to timestamp the records as they are written into the database. A basic look at what my formview and datasource...
    Posted to Data Access and ObjectDataSource Control (Forum) by thomasjordan on 03-17-2008, 12:00 AM
    Filed under: OnInsert, asp.NET 3.5, DataSource, Insert, Linq to SQL, LinqDataSource, Linq, FormView
  • Employee Form with multiple email addresses

    Okay.. I've been looking all over the internet and forums, but couldn't find a decent answer. I have two tables (Employee and EmployeeEmail) EmployeeId - int FirstName - nvarchar(64) LastName - nvarchar(64) EmployeeEmailId - int EmployeeId - int Email - nvarchar(256) EmailType - nvarchar(64)...
    Posted to Data Presentation Controls (Forum) by mkrijtenberg on 03-11-2008, 12:00 AM
    Filed under: datasource, FormView, linq, multi form, Datalist
Page 1 of 1 (3 items)