mike55 Posted March 2, 2007 Posted March 2, 2007 hi all I have a gridview on my page, I happen to be looping through the grid row by row, at certain times, it is necessary to go in and retrieve a certain value in a cell in the particular row. I know that I can using the following cmd to access a cell once I know what cell I need: gvMembers.Rows(gridRow).Cells(1).Text But is there anyway that I can replace the cell number with the name of the cell, or the underlying datatype? Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.