Tagged Questions
3
votes
3answers
3k views
How to create a daily summary alert for any change in a SharePoint site
I recently got the requirement for a person to receive a daily summary alert for any change within a SharePoint site; each site has an owner who is in charge of the content on their site.
The current ...
3
votes
4answers
7k views
ASP.NET : Displaying an alert from C# code-behind
I have an asp.net page with a c# code-behind. I am trying to have the code-behind display an 'alert' if the selected-index of a gridview object is changed without selecting 'confirm' or 'cancel'. The ...
1
vote
2answers
1k views
How to creating a Google Alert programmatically
Can I create a Google alert ( http://www.google.com/alerts ) programmatically using C# and consume the feed to show in an asp.net application? I know that Google does not provide an api to do that. I ...
0
votes
2answers
2k views
Capturing Javascript Alert in Webbrowser Control
Using the webbrowswer control to cruise a site. Sometimes errors occur which involve a javascript popup box. I would like to do a couple of things when this happens.
Know when a javascript alert ...