Hi,
Do not use the property name in the value field while defining the object.which u used in the
---> oDesc("html id").value = "html id:=ClassStudentsCtl_StudentsGridCtl_ctl00"
replace the above with the below:
---> oDesc("html id").value = "ClassStudentsCtl_StudentsGridCtl_ctl00"
U have used a extra 'html id:=' while defining.
Thanks,
Harish Shenoy
Do not use the property name in the value field while defining the object.which u used in the
---> oDesc("html id").value = "html id:=ClassStudentsCtl_StudentsGridCtl_ctl00"
replace the above with the below:
---> oDesc("html id").value = "ClassStudentsCtl_StudentsGridCtl_ctl00"
U have used a extra 'html id:=' while defining.
Thanks,
Harish Shenoy

