Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello experts!
I work with a shopping cart page for the first time and have a little problem when it comes to retrieve one (1 record) product from sqldb using Stored Procedures that I like to use.
I use: Visual Studio 2010 Ultimate, vb.net
It is okay to use gridview on a shopping cart page. What do if I should just have one record, product, image, subtitles, price and description.
Posted
Comments
ZurdoDev 4-Feb-15 9:44am    
Yes.

What exactly is your question?

1 solution

Either the FormView control[^] or the DetailsView control[^] will let you display a single record at a time.

FormView gives you more control over the layout of the item, whereas DetailsView takes a simpler approach that's similar to the GridView control.
 
Share this answer
 

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