Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logic problem
Message
 
 
À
27/08/2014 13:32:27
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01606497
Message ID:
01606570
Vues:
37
>>Hi Viv,
>>
>>Can you also please check the next loop which starts with this
>>
>>
>> // Add New List
>>                foreach (var item in modifierGroup.Items)
>>                {
>>                    if (!itemIds.Contains(item.ItemId))
>>                    {
>>                        
>>                        var linkParameters = new
>>                        {
>>                            ModGrpId = modifierGroup.GroupId,
>>                            ItemID = item.ItemId
>>                        };
>>
>>
>>I think it's also inefficient, may be you have ideas to make it better.
>
>Isn't that basically the same as an earlier question ?

Yes, didn't see your reply. I'll try that change also, thanks again.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform