Click here to Skip to main content
15,905,563 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
1 -The Icon {Delete} will contain the (OrderId+Item#) when clicked it will execute a JavaScript and it will confirm with a YES/NO to delete item from cart.

If (YES then call a C# function within .ASPX.CS to delete the item from the cart.



2 -The Icon {Edit} will contain the (OrderId+Item#) when clicked it will execute a JavaScript with a POPUP Screen that allow the user to add more quantity for that item to the cart.

If (Update Button is pressed then call a C# function within .ASPX.CS to update the qty of the item that already exist in the cart.
Posted
Comments
Abey Thomas 20-Jan-12 2:26am    
I suggest you try to solve this problem (atleast try) on your own, and then if you get stuck on something, you can ask that specific doubt to someone here. There will many willing to help you with that - instead of trying to get all your work done by somebody else..
Raghu16 20-Jan-12 4:38am    
After trying some scripting code but its not working then only i have posted here
ok bye

1 solution

We don't do your homework. Please add this to your cart.
 
Share this answer
 
Comments
Abey Thomas 20-Jan-12 1:19am    
exactly!
Raghu16 20-Jan-12 4:35am    
Have done my home work
ok bye

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