Browse by Tags

Related Posts

  • Cant get Linq to databind newest info

    When I edit a row in a gridview and click update, the linq object in the gridview has a stored procedure that changes the data that was updated, but even if I try to re-databind the gridview or its linqdatasource, it doesnt show the new info. Here's a simplified version of the tables: CREATE TABLE...
    Posted to Data Access and ObjectDataSource Control (Forum) by fubaroptik on 02-08-2008, 12:00 AM
    Filed under: Gridview, Linq, gridview DataSource, Linq to SQL
  • How to define Header row for an auto Genarate Gridview

    hi everyone i have a gridview and a linqDataSource which is the source of my gridview data. i use some kind of selecting for that --> protected void LinqDataSource2_Selecting( object sender, LinqDataSourceSelectEventArgs e) { MyDataContext db = new MyDataContext (); var show = from A in db.ATable...
    Posted to Data Presentation Controls (Forum) by ashkant on 06-20-2008, 12:00 AM
    Filed under: GridView, linq, Header
  • showing something different from linq query result in gridview

    hi everyone i use linq to databind a gridview when i select 0 from database i want to show it as string "lose" in gridview and when selecting 1 i want to show it as string " win" in gridview i use to write code using selecting event like below protected void LinqDataSource1_Selecting...
    Posted to Data Presentation Controls (Forum) by ashkant on 06-24-2008, 12:00 AM
    Filed under: GridView, If Statement, linq, showing query result
  • GridView: Check if entry has Image or not

    Hi all I've a GrivView where I'm showing the entries of a table. each entry MAY (but doesn't have to) have an Image which is read through a handler. The problem is that if there's no image for an entry, the cross-icon is shown. Is there a property that signals me if the Image control...
    Posted to Data Presentation Controls (Forum) by KingDario on 07-09-2008, 12:00 AM
    Filed under: GridView, linq, image, Handler
Page 1 of 1 (4 items)