Click here to Skip to main content
15,919,500 members

Comments by Member 15180481 (Top 7 by date)

Member 15180481 13-May-21 3:05am View    
I have a datagrid in which I display something calculated with this information taken from the textbox
Member 15180481 13-May-21 2:10am View    
I use TryParse now.But in what class do I have to do this operation? I did it in MainWindow.Xaml.Cs , but I don't know if it's good.
Member 15180481 4-May-21 7:04am View    
In the end ,I solved it and it works.Thanks for help.
Member 15180481 4-May-21 5:42am View    
Deleted
I made the program without previousMonth...It work but only for 1st and 2nd month.For the months 3 to 12 it display identical values.
Member 15180481 4-May-21 5:36am View    
Where exactly do I have to add previousMonth= MonthlyPayments.Add(InitializeMyObject(i, previousMonth));?
wherever I add it I have the error 'the name previousMonth does not exist in the current context'