Search

You searched for the word(s): userid:388146

Matching Posts

  • Re: Dataset + ObjectDatasource + GridView + ASP.NET 2

    Thanks, Tyler! The HiddenFields sound like a good approach... I will give it a try. My next (and bigger) issue is the question of how best to pass data from a database to a GridView and back) from a middle tier that is located in a separate project. In our case, the business logic middle tier is located in a DLL that the web interface calls, but in other scenarios I could see the middle tier being implemented as a web service. In virtually all the examples I have seen/read, they assume the project
    Posted to Data Presentation Controls (Forum) by Sasco on 4/24/2006
  • Re: Dataset + ObjectDatasource + GridView + ASP.NET 2

    In following this thread, I did not see any clear answer about the issue of having primary key fields display in the GridView. I have a GridView tied to an ObjectDataSource object using BoundFields that is displaying (and updating) rows from a table with two primary key fields. I do not want either of these two fields to be visible to the user and I certainly don't want them edit-able. Setting their read-only parameter to true or their visible parameter to false causes an error during the update
    Posted to Data Presentation Controls (Forum) by Sasco on 4/21/2006
Page 1 of 1 (2 items)