Submitted Questions

  • Retrieve Value from DataSet

    How to retrieve the third table value from the data set?

    sandhya

    • Oct 25th, 2012

    Code
    1. ds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString();
    2. // SpecificRow- is an Row Index
    3. // SpecificColumn - is either DataColumn or Column Name in
    4.         string or Column Index