ASP.Net and DATAGRID

  • Thread starter Thread starter Arvind P Rangan
  • Start date Start date
How do you get the unique id that datagrid generates.

DataGridName.UniqueID

BTW, this is inherited from System.Web.UI.Control, so you can access this
value in any Server Control.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top