12-23-2009, 05:46 PM
Thanks Saket For the immediate response.
Your answer almost solved my problems. Here is what I have written:
'Displaying the row count
'Displaying the selected row count.
But, how do I make the pointer (in the grid) to point to the specified row[(GetRowWithCellText("MANSION HOUSE")]
?? as I see grid always points to the first record bydeafult.
Thanks again for your response
Swetha
Your answer almost solved my problems. Here is what I have written:
Code:
msgbox mypage.WebTable("PropertyLookup").RowCount
Code:
var= mypage.WebTable("PropertyLookup").GetRowWithCellText("MANSION HOUSE")
But, how do I make the pointer (in the grid) to point to the specified row[(GetRowWithCellText("MANSION HOUSE")]
?? as I see grid always points to the first record bydeafult.
Thanks again for your response
Swetha