I need to create an asp.net web application just like cricinfo,(with no page flickering) which will update the scores every 'X' seconds which will fetch from database based on some condition. If you guys have sample application so that i can look into and startup with, it will be really useful. Iam using oracle DB.
Thanks in Advance
Vishwas
Hari KrishnaPosted May 8, 2013, 9:00 AM
Try this code for no page flickering use OracleConnection instead of Sqlconnection.
.aspx code
--------------
.cs Code
--------------
Vishwas KadamannayaPosted May 8, 2013, 7:32 AM
Thanks for the reply, if you could share some code that does this , that would be really greateful..
Thanks
Vishwas
Pankaj PandeyPosted May 8, 2013, 7:27 AM
And just write other code in simple way.
Timer will call ur function after a interval and ur page or part will update.