I have an asp.net page/C#. I want check every 15 seconds the database. If there are changes, It will occur post back, if not, nothing will happen. How can I do this? Until now i am using page refress every 2 minutes, but this is not very helpfull.
<meta http-equiv="refress" content="120"/>