A Arvind P Rangan Feb 19, 2004 #1 Hi, How do you get the unique id that datagrid generates. Thanks Arvind.
K Kevin Spencer Feb 19, 2004 #2 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.
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.