Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello,
I am developing an application in which i want to show notification to admin as multiple employee respond feed back. For that i use SqlDependency but it notifies me for whole db, i want notification from db whenever my Feedback table altered onle.

I also search For SignalR but it doesnt work with my V.Studio 2010 even though i have installed it, i cant create its hub class.

I want to work as per db notification not by background process which continuously listen to db.
Please help me.

Thanx.
Posted
Updated 24-May-13 21:21pm
v2
Comments
BiteForce 25-May-13 3:26am    
What have you tried so far? It might work with ajax.
Het Upadhyay 25-May-13 3:31am    
Ya it work fine with Ajax but now i want database notify me whenever my table change not whenever whole db change.
BiteForce 25-May-13 3:45am    
Then it might work with a trigger: http://dev.mysql.com/doc/refman/5.0/en/create-trigger.html
Het Upadhyay 25-May-13 3:59am    
Thanx for replay....but trigger will fire at database side how can i change accordingly in my asp.net page?
BiteForce 25-May-13 4:20am    
But you could just say, that each time, the trigger fires at database, a function will be called? As far as I remember, it worked once for me.

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