Sunday, July 19, 2009

Multiple DataKeyNames in GridView

I like to post links to programming tips I find helpful so here is one for a problem I was having today.

http://graciesdad.wordpress.com/2007/05/07/multiple-datakeynames-in-gridview/

and in VB Dim SID As Integer = StudentTextbooksGrid2.DataKeys(StudentTextbooksGrid2.SelectedIndex).Values("SID")

No comments: