I am using checkbox list in my project,
[x]item1 250
[ ] item2 200
[x]item3 300
[ ] item4 250
[x]item5 300
so after checking ,the selected items should be redirected to another page with their cost and the total amount should be calculated over their. i am giving the cost in text box. i want this coding in .net framework using c#..
it should display,
item1 250
item3 300
item5 300
-------- ------
total 850
Is there any one to help me...its very urgent...THANKS IN ADVANCE....
[x]item1 250
[ ] item2 200
[x]item3 300
[ ] item4 250
[x]item5 300
so after checking ,the selected items should be redirected to another page with their cost and the total amount should be calculated over their. i am giving the cost in text box. i want this coding in .net framework using c#..
it should display,
item1 250
item3 300
item5 300
-------- ------
total 850
Is there any one to help me...its very urgent...THANKS IN ADVANCE....
Comment