vb.net ASP.Net VB 购物车教程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14585562/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Shopping Cart Tutorial for ASP.Net VB
提问by user1957778
I am currently building a e-commerce website for educational purposes only. I have a clear idea how to build most of it but need a good tutorial for a shopping cart to follow as a guideline. I have found many that use C# however my confidence with C# is limited at the moment in comparison to VB. Does anyone know of a good tutorial that may be of help to me?
我目前正在建立一个仅用于教育目的的电子商务网站。我有一个清晰的想法如何构建它的大部分,但需要一个很好的购物车教程作为指导。我发现很多使用 C#,但是与 VB 相比,我目前对 C# 的信心有限。有谁知道一个很好的教程可能对我有帮助?
Thank You in advance for your time.
提前感谢您的时间。
回答by HShbib
You can check these out
你可以看看这些
Build a Shopping Cart in ASP.NET
Shopping Cart with Ajax Updates
Or for more interesting ASP.NET Ajax controls you can have a look at:
或者对于更有趣的 ASP.NET Ajax 控件,您可以查看:
You can build a shopping cart in many different ways and you can choose the most convenient and simple.
您可以通过多种不同的方式构建购物车,您可以选择最方便和最简单的方式。
In case you found any C#code which you are not confident with compared to vb, you can use the converter hereto convert from C#to VBand vice versa.
如果您发现任何C#与 相比您没有信心的代码vb,您可以使用此处的转换器进行从C#到 的转换,VB反之亦然。
Good Luck
祝你好运
回答by James Lind
There is one open source cart in vb...
vb中有一个开源的cart...
It's free and open source so you should be able to examine the vb code you are looking for
它是免费和开源的,所以你应该能够检查你正在寻找的 vb 代码
回答by eryel
Maybe you can find these useful:
也许你会发现这些有用:
Building an ASP.NET Shopping Cart Using DataTables Article
使用 DataTables 文章构建 ASP.NET 购物车

