| Checkbox | EmpID | PayID |
123 | 1 | |
1234 | 1 | |
1234 | 2 |
I would like to store the corresponding PayID values as per the EmpID exists. If I select both from the check boxes available I would like to check which payid belongs to which EmpID can any one give me an idea to implement this please.

VulpesPosted Sep 6, 2011, 1:06 PM
Also, using CodeDom to add C# 3.0 features to C# 2.0 is not a good idea IMO.
However, here's an alternative formulation which should work in VS 2005 and might be more suitable for what you're doing in any case:
Dorababu MekaPosted Sep 7, 2011, 1:16 PM
VulpesPosted Sep 7, 2011, 12:56 PM
then as expected the output is:
Are you sure that the original arrays are of the same length and that the keys and values correspond with each other (i.e. have the same indices) in both arrays?
Dorababu MekaPosted Sep 7, 2011, 12:05 PM
But only 2 values are storing . I will get EmpID count as 2 and allPayPeriodIDs values 9 in this code can u help me on that
Dorababu MekaPosted Sep 6, 2011, 12:01 PM
I am using visual studio 2005 will there be problems further if i use this
Dorababu MekaPosted Sep 6, 2011, 11:58 AM
d.Add(EmpID,new List
But i am getting error as
Dorababu MekaPosted Sep 6, 2011, 11:46 AM
VulpesPosted Sep 6, 2011, 11:41 AM