Click here to Skip to main content
15,905,971 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having grid view which displays driver list.
and one function predata() in which bindgrid() is called.
now i want to display driver list row by row with timer.
example first driver row then timer of 1000msec then next row then again wait 1000msec then 3 rd row.
Posted
Comments
shakil0304003 22-Oct-10 6:54am    
what is your problem? what are you tried? are you search google?
Bikash Shrestha From Nepal 22-Oct-10 6:55am    
You Can use RowDataBound event of GridView to achieve this.please post your code here and i will provide the solution
Bikash Shrestha From Nepal 22-Oct-10 7:06am    
please make it clear whether you want to show the time delay betn loading of rows or you want to make delay yourself in loading the rows and show the time delay.

1 solution

You can use timer, for each trick in the timer, you can add a row data to the grid data source.
 
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