CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

ASPxGridView DetailGrid's BeforePerformSelect

334 Views
Copy Code Show/Hide Line Numbers
   1:          protected void ASPxGridView3_BeforePerformDataSelect(object sender, EventArgs e)
   2:          {
   3:              Session["OrderID"] = (sender as ASPxGridView).GetMasterRowKeyValue();
   4:          }
   5:   
   6:          protected void ASPxGridView2_BeforePerformDataSelect(object sender, EventArgs e)
   7:          {
   8:              Session["CustomerID"] = (sender as ASPxGridView).GetMasterRowKeyValue();
   9:          }
by Mehul Harry
  December 08, 2009 @ 12:05pm
Description:
Testing @TIllig's cool new plugin.

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate