int
k = 0;string[] alloTimeSlotsStr;
while (drr1.Read())
{
alloTimeSlotsStr[k] = drr1.GetValue(0).ToString();
k++;
}
giving me error
i want to get the values from database and put it inside string array how can i do it please help
int
k = 0;string[] alloTimeSlotsStr;
while (drr1.Read())
{
alloTimeSlotsStr[k] = drr1.GetValue(0).ToString();
k++;
}
giving me error
i want to get the values from database and put it inside string array how can i do it please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
sachi vasishtaPosted May 26, 2009, 6:34 AM
Rodick WuPosted May 26, 2009, 5:19 AM
Rodick WuPosted May 26, 2009, 5:17 AM
Rodick WuPosted May 26, 2009, 5:15 AM