Click here to Skip to main content
15,878,959 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
See more:
Hi I am working on a shopping site in asp.net for show product catalog i am using repeater control .but problem is that l have 200 product and page taking to much time to show them.so i want to know how can i show product too fast like snap deal ,what should i do

What I have tried:

I used repeater control and ado.net ms sql
Posted
Updated 27-Mar-16 13:39pm
Comments
CHill60 27-Mar-16 17:54pm    
You need to show the code that you are using to show the products. Also the sql query that you are using. Use the Improve question link to add this information to your post

1 solution

You have to implement paging of some kind. You have to pull fewer records from the db. There are many different approaches so I suggest you google for examples and pick the one you like.
 
Share this answer
 
Comments
mohdniyaz169 28-Mar-16 5:33am    
i have used paging but not good response can u please give me some example,
somebody told me use web services but i don't know how to do this using web services
ZurdoDev 28-Mar-16 7:40am    
As a said, there are lots of different ways to do paging. You just need to google for asp repeater paging and find the one you like.
mohdniyaz169 1-May-16 19:50pm    
Can u plz suggest me some book for e-commerce projects or links

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