Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can you help me some code about this with popupmessage

thanks
Posted

I didn't quite understand what you are looking for but here are the solutions which can give you some idea
C#
SMS


http://www.twilio.com/blog/2010/04/howto-build-a-group-sms-application-with-aspnet-mvc.html[^]

C#
Email


http://msdn.microsoft.com/en-us/library/879kf95c.aspx[^]

http://www.4guysfromrolla.com/articles/062508-1.aspx[^]


C#
Popup

Ajax ModalPopUp[^]
 
Share this answer
 
v2
you can used Java Script for popup like that
JavaScript
Response.Write("<script> alert('your Message')</script>");


for more information hit this link
http://www.w3schools.com/js/default.asp[^]
 
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