Jan 25 2011 05:43 AM 3516 2 Retrieve Value from DataSet kalpantpatil How to retrieve the third table value from the data set? sandhya Oct 25th, 2012 Codeds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString(); // SpecificRow- is an Row Index // SpecificColumn - is either DataColumn or Column Name in string or Column Index Answer Question Select Best Answer
Jan 25 2011 05:43 AM 3516 2 Retrieve Value from DataSet kalpantpatil How to retrieve the third table value from the data set? sandhya Oct 25th, 2012 Codeds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString(); // SpecificRow- is an Row Index // SpecificColumn - is either DataColumn or Column Name in string or Column Index Answer Question Select Best Answer
sandhya Oct 25th, 2012 Codeds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString(); // SpecificRow- is an Row Index // SpecificColumn - is either DataColumn or Column Name in string or Column Index