I am using a datagrid to produce a form containing all rows in a table that satisfied a search.
I want to click on the row desired, return, and produce a form with all the data about that particular row.
I can click on all the rows from #2 on down and get the desired values....
but when i click on row#1, i get back null values...
i use the colrowchange event to select the values from the columns....
why not row number 1??????
I want to click on the row desired, return, and produce a form with all the data about that particular row.
I can click on all the rows from #2 on down and get the desired values....
but when i click on row#1, i get back null values...
i use the colrowchange event to select the values from the columns....
why not row number 1??????