Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Grid Cell Value
posted

I'm trying to get the value of a cell from the row selected on my grid using:

Dim getcell As GridRecordItem

getcell = WebGrid1.Behaviors.Selection.SelectedRows(1).Items(1)

Response.Write(getcell.Text.ToString())

 

 

 

 

But it returns a "index was out of range" message