Click here to Skip to main content
16,019,768 members

Comments by Amd_eagle (Top 7 by date)

Amd_eagle 5-Apr-11 4:28am View    
No i want the timer to be fired every time. the timer should not fire when it is doing completing the jobs inside the routines.Once it complete the routine then it can start firing timer again
Amd_eagle 25-Mar-11 5:35am View    
Thax for the reply much appriciated.i have not tried ur solution yet but before that i found another way to solve the issue and its seem to be working. the solution is a follows.

List<Prozess> Persons = new List<Prozess>();
forloop{
Persons.Add(new Prozess()
{ one=arr[0],
two=arr[1],
three=arr[2],
four=arr[3],
five=arr[4],
six=arr[5],
seven=arr[6]
});
}

Thax any way i will try your method too. Thank you
Amd_eagle 2-Mar-11 0:10am View    
Thank You so much your code helped and always i ahd to delcare the array globaly otherwise i keep getting blank data except for the latest
thax a lot :-D
Amd_eagle 1-Mar-11 23:44pm View    
Its Still the same i have n rows in the Grid with the same values in all n grids.
Amd_eagle 1-Mar-11 0:28am View    
how do i go about doing it ??