Browse by Tags

Related Posts

  • Linq Datasource problem

    Hello! I have a problem: I'm using GridView and linqDataSource for DataBinding Select command in aspx file: Select="new (Id, Budget, User1.UserName as Owner, Count(ProjectsAttachment.AttachtmentId) as Attachments)" User1 and ProjectsAttachment are related tables to table Projects, from...
    Posted to Data Access and ObjectDataSource Control (Forum) by Kvazis on 11-04-2008, 12:00 AM
    Filed under: datasource, grid view, linq
  • 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)