I want to Dynamic TOTAL using ASP.Net C#.

Mar 31 2019 12:19 AM
Suppose Radio Value of
Food if YES then value is 50 and No then value is 0.
 
Suppose Travelling value of
If bus checked then value will be 10, train check then value will be 15, Airline check then value will be 20.
 
Now if I am check Food Yes and Travelling Train then it will sum 50+15 = 65.
60 value have to show at  lbltotal.
 
OR
 
if I am check Food Yes and Travelling Ailine then it will sum 50+20= 70.
70 value have to show at lbltotal.
 
 

Answers (1)