المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : very special problem



C# Programming
01-18-2010, 10:20 AM
i made a program to calculate marks:

steps are
1. read data from access table
2. match that with anskey kept in array
3. if both get matches, assign marks else deduct marks.

now my problem is

when i check the single data, result is perfectly right.

and when i check it bulk than i get wrong data.

where im getting wrong.

please help