Browse by Tags

Related Posts

  • datakey, gridview, databinding

    hi all. i use a code like this. protected void GridView1_RowDataBound( object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType .DataRow) { ListBox List1 = ( ListBox )e.Row.FindControl( "ListBox1" ); MyDataContext db = new MyDataContext (); var CustomerShopping = from...
    Posted to Data Presentation Controls (Forum) by ashkant on 09-11-2008, 12:00 AM
    Filed under: Query, databound, datakey, Linq, Gridview
Page 1 of 1 (1 items)