N
nvx
Hi,
is there a simple and elegant way of finding whether a given string
value is already present in DataSet column? Although I may do this
using a For statement or something similar, I'd like to avoid using
cycles. I'm looking for a method of DataSet, DataSet.Table etc., if
there is any. Unfortunately, I was not able to find anything like
that.
Second question:
I also need to find the row to which a given row of a DataGridView is
bound. Again, I would prefer a simple method-based solution, if it
exists...
Thanks very much for any help...
With regards
nvx
is there a simple and elegant way of finding whether a given string
value is already present in DataSet column? Although I may do this
using a For statement or something similar, I'd like to avoid using
cycles. I'm looking for a method of DataSet, DataSet.Table etc., if
there is any. Unfortunately, I was not able to find anything like
that.
Second question:
I also need to find the row to which a given row of a DataGridView is
bound. Again, I would prefer a simple method-based solution, if it
exists...
Thanks very much for any help...
With regards
nvx