Home Page Alert
-
My web project needs a home page alert when a new record is added into database (C#,Asp.Net & Sql Server).This is similar to the alert we receive when a new mail is received in gamil.Please help me with some sample code. Regards Anup
Send AJAX request to server and check new records are inserted. Use JS,
setTimeout
method and check for new data frequently. If you are using ASP.NET AJAX extensions, you can use theTimer
control provided which make things easy. :)Navaneeth How to use google | Ask smart questions
-
My web project needs a home page alert when a new record is added into database (C#,Asp.Net & Sql Server).This is similar to the alert we receive when a new mail is received in gamil.Please help me with some sample code. Regards Anup
You can also have a look into this, ASP.NET Popup Control
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net