Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
when a candidate registration web page he fill all the details then click submit button at that time a popup box displayed that your registration was saved..


how to send a message to registred candidate ..the message will contain you have successfully registered code project ur username:hai password:12345..this message display at the time of popup showed in the screen...i need a code for message sending using asp.net and c# or javascript
Posted
Comments
Ahmed Bensaid 18-Feb-14 10:32am    
Do you want to send an email ?
[no name] 18-Feb-14 10:50am    
both i needed..email and sms

You can send an email using MailMessage[^] containing all the information that you want to display to the registered user.

Instead, what you can do is, once you register any user, it means that you're saving his/her info to some database.
So fetch the info that is necessary for login i.e Email/Password and show it through the Modal Popup[^].

I hope the idea is pretty much clear to you :)

-KR
 
Share this answer
 
Comments
[no name] 18-Feb-14 10:46am    
I need a simple example..
Krunal Rohit 18-Feb-14 10:47am    
I have given the idea how you can do this. Now if you stuck somewhere let us know.
-KR
i have a code to send SMS through ASP.NET but for that you have to use ur Phone as a modem..........you have to connect ur phone .....
 
Share this answer
 
Email :
http://csharp.net-informations.com/communications/csharp-smtp-mail.htm[^]

SMS (you'll need to use a SMS Gateway like OzekiSMS, but there are other) :
http://www.ozekisms.com/index.php?owpn=230[^]
 
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