online shopping
-
Hi to all, I designed a webpage in c# with asp.net for online shopping. In that I want to display the image of the product and the information about the product. For that I which one is better table or datagrid. I kept one dropdown list for category(home appliance, computer peripherals) if the user select the home appliance the products related to that should be displayed. For that which one is better table are datagrid Please help me.
jai prakash
-
Hi to all, I designed a webpage in c# with asp.net for online shopping. In that I want to display the image of the product and the information about the product. For that I which one is better table or datagrid. I kept one dropdown list for category(home appliance, computer peripherals) if the user select the home appliance the products related to that should be displayed. For that which one is better table are datagrid Please help me.
jai prakash
It more depends upon your personal choice. If you want to simply display data you must use tables and if you want to easily handle edit/delete operations you should use Data grid. Using data grid will make your life easy while sorting and performing other SQL related tasks.
“The woods are lovely, dark and deep. But I have promises to keep, and miles to go before I sleep.”
-
Hi to all, I designed a webpage in c# with asp.net for online shopping. In that I want to display the image of the product and the information about the product. For that I which one is better table or datagrid. I kept one dropdown list for category(home appliance, computer peripherals) if the user select the home appliance the products related to that should be displayed. For that which one is better table are datagrid Please help me.
jai prakash
Datagrid is better option. Generally in shopping sites, different options like gridview, listview etc vailable, it depends on ur requirement. u can check in amazon, rediffshopping, ebay, timeshopping.
Ramana
-
Hi to all, I designed a webpage in c# with asp.net for online shopping. In that I want to display the image of the product and the information about the product. For that I which one is better table or datagrid. I kept one dropdown list for category(home appliance, computer peripherals) if the user select the home appliance the products related to that should be displayed. For that which one is better table are datagrid Please help me.
jai prakash