Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!

whenever other website get updated then automatically notification rise up to my own site. i want this functionality to my site.

In this case i am the member of third party site, whenever the information related has updated then i want the notification on my own site automatically.

so how do I process the functionality. can anyone please help
Posted
Updated 15-Jan-12 18:41pm
v2
Comments
Rajesh Anuhya 16-Jan-12 0:44am    
What do you mean by other websites?? third party API sites???
amolpatil2243 16-Jan-12 0:48am    
its a US government site not API, and user is the member of that site
nainakarri 16-Jan-12 1:25am    
It depends on the 3rd party site. Incase if they allow notifications to go to members on updation of the site, obviously they will provide the option to subscribe for notifications.
amolpatil2243 16-Jan-12 1:53am    
they are allowing notifications to go to members by emails but we want to show that notifications on our site when the member is logged in??

1 solution

if they provide last update date then you can store at local and compare at next time..

other wise you can store content of that div or portion which you want to get update and you can compare every time for next update.
for this you can System.Net.HttpWebRequest of asp.net.

HttpWebRequest/Response in a Nutshell - Part 1[^]


read agove artical
 
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