in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • EntityDataSourceFilter inside DetailsView

    Hello, people! I'm just about to finish a project, but I am stuck at something that, hopefully, is somthing silly I am missing... I have a DetailsView attached to an ObjectDataSource (the DataSource was created with NetTiers, if this is relevant information). I can't make it work as desired if the DataSource...
    Posted to .netTiers - General Support (Forum) by Thiago on 05-16-2007
    Filed under: EntityDataSource, DataBinding, ObjectDataSource
  • 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
  • Updating is not supported by ObjectDataSource 'ObjectDataSource1' unless the UpdateMethod is specified.

    Hi, Can someone help me out regarding this error. As relatively new to .nettiers can somebody tells where to write the update method.I am using the view to retrieve the data. I am using service layer to add my custom methods as per my requirement. Also please give some suggestion about writing my own...
    Posted to .netTiers - General Support (Forum) by mfaisal on 03-15-2007
    Filed under: ObjectDataSource, Service layer
  • 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 General Support (Forum) by mike123 on 12-27-2006
    Filed under: .netTiers, EntityGridView, ObjectDataSource
  • Re: Custom Stored Procedure GridView Help Needed

    Okay, well thanks to your help I was able to get it to work. When you were talking about classes, I did not realize that you meant I should create a new class in the App_Code. To anyone who might have this problem later on, I had to right click on the App_Code section of my web site, click 'Add New Item...
    Posted to .netTiers - General Support (Forum) by cto7182 on 11-16-2006
    Filed under: Custom Stored Procedure, GridView, ObjectDataSource
  • Re: EntityDataSource and Custom Stored Procedure Usage For GridView

    That tip is great, thanks. Here is what I ended up doing before reading your post. Hope it helps the next person. You are correct, the automatic paging and sorting with gridview only work with a sqldatasource or objectdatasource as I found out. Otherwise you have to make your own events methods for OnPaging...
    Posted to .netTiers - General Support (Forum) by rob_nettiers on 10-10-2006
    Filed under: ConnectionString, DataBinding, GridView, ObjectDataSource, SqlDataSource
Page 1 of 1 (7 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems