Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a registration form in that ,it contains

Name
Type(chit,EMI,...)
Amount(1Lac,2Lac...)
NoOfMonths(12,24,...)
MonthlyPay(automatically comes based on selection of above type,amount,no of months)
Start date
EndDate(calculated automatically based no of months)

i have saved these details in database and binded to grid view

Now i want payment form for this details
That is like if user pay installment show due amount zero,
if he not paid show due amount, if member not paid installment for 2 months show 2 months due
(for Ex.if monthly pay is 3000 for 2 months due is 6000 it should increment based on number of months and start,end date)

can you please give me any sample emi calculation links or suggest me how to do this

if you want i will attach code



Thanks in Advance

Regards
Naresh B
Posted
Comments
njammy 13-Oct-15 4:33am    
Please post code and what you have so far so I can offer best help.
Sinisa Hajnal 13-Oct-15 5:00am    
How about monthly pay x datediff in months between due date and today?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900