Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

namemygriddatakeys[rowindex]values[name]tostring

Access datakey names on server side
Monday, 30 January 2012 07:52
// Access datakey names on server side


DataKeyNames="Id,Name"

string IdValue=MyGrid.DataKeys[RowIndex].Values["Id"].ToString();
string name=MyGrid.DataKeys[RowIndex].Values["Name"].ToString();

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/s6vLs8WFuxw/14551

 


Taxonomy by Zaragoza Online