Data editing in grid using vs2005
-
Hi fellows. i want to get new values from the grid cells i am editing. in vs2003 i was using "e.Item.Cells(1).Controls(0)" but there is no such thing as "e.item" in vs 2005. kindly tell me what is the alternative to the code i was using in vs2003. Thanks a lot. Ahsan Ullah No problem is a problem until "You make it a problem"
-
Hi fellows. i want to get new values from the grid cells i am editing. in vs2003 i was using "e.Item.Cells(1).Controls(0)" but there is no such thing as "e.item" in vs 2005. kindly tell me what is the alternative to the code i was using in vs2003. Thanks a lot. Ahsan Ullah No problem is a problem until "You make it a problem"
There should be. Are you in the gridview ItemCommand event?
-
There should be. Are you in the gridview ItemCommand event?