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

SelectRowByKey

138 Views
Copy Code Show/Hide Line Numbers
   1:      protected void ASPxButton1_Click(object sender, EventArgs e)
   2:      {
   3:          object key = ASPxGridView1.GetRowValues(2, "CategoryID");
   4:          ASPxGridView1.Selection.SelectRowByKey(key);
   5:   
   6:      }
by Mehul Harry
  January 06, 2010 @ 11:49am
Tags:
Comment:
Select Rows by Key in ASPxGridView

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