简体   繁体   中英

ASP.net E-Commerce Catalog Gridview

I have designed a template in Photoshop and I was wondering how I can implement the boxes that I designed into Visual Studio to display the products in Grid View, similar to those we usually see in E-commerce sites.

There're many choices in asp.net controls: for the easier way you can use DataGrid or GridView controls, for a more pro way you can use Repeater to generate html of table/tr/td, the most flexable way, you can directly use for loop to show your data.

The core is just table/tr/td elements, even with DataGrid or GridView.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM