Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to display one popup window automatically for after inserting every record in sql table.
Posted
Comments
So, what is the issue?
sudhakar19 15-Feb-14 7:37am    
actually sql database is updating by different users via web portal in iis. if one user updated the the data then i want to display it as a message pop up window to all users.
Sounds interesting !!! But why do you want this? Every user would be interrupted.
sudhakar19 17-Feb-14 1:16am    
is there any other way to give notification to all other users?
You can do one jQuery Ajax Call to check the Database table in some interval.
When the field is updated, you have to show the message.

But you need to have a strong logic. Think over it. :)

Feel free to ask any questions.

1 solution

Try something similar

http://forums.asp.net/t/1334229.aspx[^]
 
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