Click here to Skip to main content
16,016,759 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

I want to implement the slide show in c# .net with grid view control.

Right now I m fetching the data from the database and bind in the Gridview with the page size=1 and then giving the paging

to display next.

Now i want to do same thing but paging should not happen and it should run by slide with delay time 10-15 sec .

If anyone have an answer please send back to me
Posted
Comments
manognya kota 7-Nov-12 4:45am    
Please do not post the same question twice.If you want to change/update the question, use improve question.

http://www.codeproject.com/Questions/490415/slideplusshowplusinplusc-23plus-netpluswithplusgri

1 solution

hi,


You can check this example on grid view paging with intervals.
You can implement the same for your purpose.

http://stackoverflow.com/questions/1392103/paging-with-in-a-time-interval[^]

Hope this helps.
 
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