Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I just want to know how to add contents(here products card like flipkart) dynamically in .apsx webpage.

What I have tried:

I tried a fixed layout , say a 10 X 10 HTML table. But this is not the optimal solution as i think.
Posted
Updated 26-Mar-17 6:59am

1 solution

You can use Repeater or DataList controls for the requirement. Run a query to retrieve the information required from database and then just populate those to the control by binding data to it.
 
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