[
{
cn =
cmd.CommandType =
cn.Open();
rd = cmd.ExecuteReader();
tasks.Clear();
Task
}
rd.Close();
cn.Close();
}In my web app I'm trying to access the arraylist as follows but it returns a blank arraylist. But if I step thru it the webservice arraylist contains value but is not returning it to the application. web app code:
localhost.Workflow wFlowService = new localhost.Workflow();