<div id="result_box" dir="ltr">in asp.net normally you can read the rows in a gridview like this:


for(j=0 ; j<rows.count;j++)
{
   rows[j].cells[1].text...

}
it's possible with gridpanel :) ?

tank's