Question Rowindex <>-1

what is the meaning of this in rowindex (<>-1) ?

Hi,

I guess it’s index of datarow in datatable. And check it if the datarow exists in datatable like the following expression.

rowIndex = dt.Rows.IndexOf(varDataRow)

Then check rowIndex <>-1

Regards,

How to resolved this bro ?, sometimes it worked, sometimes like this.

Hi,

It seems rowIndex is not related with. If you have amnother problem, please raise a new topic for those who face same issue.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.