Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 asp.net 中创建一个简单的购物车。我设法使用会话将物品转移到购物车中,但我坚持使用 ajax 从购物车中删除一个/所有物品。任何类型的帮助或有用的链接将不胜感激。谢谢你。
您可以通过以下链接浏览 MSDN 购物车教程。
带有 Ajax 更新的购物车
虽然它是在 ASP.NET MVC 中,但您仍然可以理解它。他们有你需要的所有解释。