// The value is founded in DataSet using the key val1
DataRow[] foundRow = dsProdutos.Tables[tabela].Select("sb_pub =" +val1);
// How to obtain the DataSet's line position that detains the value founded (?)
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
int index = dsProdutos.Tables[tabela].
You'll want to verify foundRow is not null before you do this.