H
Haisheng Lin
I have a table with two columns:
prod_id (primary key), prod_name.
I filled my dataset with this table and bind
two textboxs to the two columns.
I am trying to search a specific product
using its prod_name and I want to know
the position of this row in datatable.rows.
How can I do it?
Thank you!
prod_id (primary key), prod_name.
I filled my dataset with this table and bind
two textboxs to the two columns.
I am trying to search a specific product
using its prod_name and I want to know
the position of this row in datatable.rows.
How can I do it?
Thank you!