G
Gabriel
Hello
I have this :
foreach (DataRow row in dataset.Tables[0].Rows)
{
....... //
}
In the loop how can I retrieve a specific column value but from the column
name and from the index ?
Regards,
I have this :
foreach (DataRow row in dataset.Tables[0].Rows)
{
....... //
}
In the loop how can I retrieve a specific column value but from the column
name and from the index ?
Regards,