sir, I am select the values in dataset using web service .if the dataset values is empty they do the one process. dataset get any values they do the another process.The second one is working. but the first one is not working.
string sts = ds.Tables[0].Rows[0].ItemArray[0].ToString();