CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Bind to First T<List> Entity

    Hi, This is a duplicate post but since I'm still searching for an answer I'm posting again. I apologise but I really need to find a solution to this problem. I have a list of Installations, related to an Installation is a list of Images. When listing Installations I want to select the 1st Image of the...
    Posted to .netTiers - General Support (Forum) by bevan on 03-26-2007
    Filed under: .netTiers, Custom Stored Procedure, ObjectDataSource, Cutom Stored Procedures, Entities, .net 2.0
  • Using UltraWebGrid with .netTiers

    Hey everyone, I know there are a lot of mixed feelings/experiences using the Infragistics controls with .netTiers on these forums, but there really isn't any demonstrated examples of how (if possible) to make all of it work together. I am trying to create a simple UltraWebGrid that uses a TypedDataSource...
    Posted to .netTiers - General Support (Forum) by Lusid on 03-24-2007
    Filed under: .netTiers, Typed DataSource Controls, CRUD, EntityDataSource, ObjectDataSource, Infragistics, strongly typed datasource, Web project, C#, .net 2.0
  • Re: Couldn't get EntityGridView to display Total Records and Records Per Page.

    LKNetDev, For EntityGridView to work against ObjectDataSource edit the EntityGridView.cs and modify the following: void dsc_Selected(object sender, ObjectDataSourceStatusEventArgs e) { RecordsCount = e.AffectedRows; RecordsCount = ((DataSet)e.ReturnValue).Tables[0].Rows.Count; } Thanks, Michael P.S ...
    Posted to Community Support (Forum) by mike123 on 12-27-2006
    Filed under: .netTiers, ObjectDataSource, EntityGridView
Page 1 of 1 (3 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems