V
VB Programmer
From the research I've done, when you are using a gridview and want to
programatically refer to a column that is hidden you have to add it to the
datakey of the gridview.
I've done that for 2 of the columns. So, my datakey is equal to
"MyId,MyId2,MyCol1". The problem is that when I add the multiple datakeys
my EDIT does NOT work for the MyCol1 anymore. Any ideas why?
Thanks.
programatically refer to a column that is hidden you have to add it to the
datakey of the gridview.
I've done that for 2 of the columns. So, my datakey is equal to
"MyId,MyId2,MyCol1". The problem is that when I add the multiple datakeys
my EDIT does NOT work for the MyCol1 anymore. Any ideas why?
Thanks.