Alerts for a website
-
Hi, I am developing a web application for online training.However i want some alerts(pop-up or mail notification) to pop-up to the counselor when ever a user registers on the website. Can anyone suggest me any webservice to use or any help regarding code.... Environment: ASP.NET, C# Thanks, Fasttoshiba
-
Hi, I am developing a web application for online training.However i want some alerts(pop-up or mail notification) to pop-up to the counselor when ever a user registers on the website. Can anyone suggest me any webservice to use or any help regarding code.... Environment: ASP.NET, C# Thanks, Fasttoshiba
Check out my response from an earlier post. You will have to convert from VB to C# syntax, but that should be straight forward. http://www.codeproject.com/script/Forums/View.aspx?fid=1640&msg=2918563[^]
-
Hi, I am developing a web application for online training.However i want some alerts(pop-up or mail notification) to pop-up to the counselor when ever a user registers on the website. Can anyone suggest me any webservice to use or any help regarding code.... Environment: ASP.NET, C# Thanks, Fasttoshiba
If you want to show a jacascript alert then use the following code.
Page.ClientScript.RegisterClientScriptBlock(this.GetType(),"key","alert('Message')");
Deepak Nigam deepak@swiftcybernetics.com Swift Cybernetics