Ajax timer in gridview.
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I m trying to put ajax timer control in griview. The gridview is in update panel. I have added an asynchronous post back trigger on Tick event of timer in which I m calling gridview bind so as I can update the time regularly. I have a function which calculates the time left(its an count down timer). But doing this the whole pages is being refreshed and also the ticks are not smooth, I mean ticks are running as 2,4,6,3 not like 1,2,3,4 and so on. Any suggestion??? Regards
Vijay V. Yash Softech