Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~710 People Reached
Favorite Tags
Member Avatar for Darsh95

hi im new to javascript and im attempting it for the first time. im using framework 4.5, asp.net, c#. i need help in with the javascript. i need calculate quotation and display the information. heres my code so far model.cs public class QuotationView { [Display(Name = "Pickup Address")] [Required(ErrorMessage = …

Member Avatar for ryantroop
0
311
Member Avatar for Darsh95

Hi Im using framework 4.5, asp.net, c# to caculate quote instantly. The quote for a delivery has be calculated using the kilometres between the pickUp point and DropOff Point, the diesel cost, wear and tear, and labourCost. The formula im using is total= (kilometres * DieselCost)+ wearAndTear + labourCost. the …

Member Avatar for pritaeas
0
228
Member Avatar for Darsh95

hi i want to add an instant quote calculator on the about page and i want to know the steps on how to do it. im using asp.net mvc5

Member Avatar for pritaeas
0
171