select detail record from gridview using LINQ
-
I have a gridview with a LINQ Data source that created the "Select" button for me. How can I display the details of the record after a user clicks "Select"? I'd like to learn to display the details either on the same page (in a form below the grid), and in a completely different page. Thank you
-
I have a gridview with a LINQ Data source that created the "Select" button for me. How can I display the details of the record after a user clicks "Select"? I'd like to learn to display the details either on the same page (in a form below the grid), and in a completely different page. Thank you
Everything you need to know is in Scott Gutheries Excellent LinqToSql series. Part 5 covers the question you ask http://weblogs.asp.net/scottgu/archive/2007/07/16/linq-to-sql-part-5-binding-ui-using-the-asp-linqdatasource-control.aspx[^] Cheers Shawty