views:

58

answers:

1

I want to build an N-Tier web-application , for shopping cart. I want to follow the concepts collections. That is retrieve data from db, fill it in collections and bind collections with asp.web and html controls.

Or simply i can say , i want to know how to use collections with ASP.Net controls or Some good tutorials or links to learns ASP.Net MVC as I think both are same. Please provide link other than WWW.ASP.NET or any ebooks for the same

A: 

This is a very broad question. I'd suggest you have a look at some of the tutorials on http://www.asp.net/learn/ and then post more specific questions.

Update:

For more information about collections and data binding, have a look at the data access tutorials on http://asp.net. Additionally, you can find some good tutorials about data binding and data-bound controls on http://4guysfromrolla.com, e.g here.

M4N
Thanks Martin, but i need links that will be much more relevant ...
Amit Ranjan