Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
i want to send the user name and password to register user in email or through sms so how to do it in ado.net c# , i can do it in asp.net but i want to do it in ado.net where i have internet connection please give me code and methods to do that
Posted
Comments
Sergey Alexandrovich Kryukov 23-Jan-12 0:27am    
(Sigh...)
--SA

1 solution

Working with e-mail has nothing to do with ADO.NET. SMS have nothing to do with e-mail. Your question cannot be answered without relevant information on your application type, technology used, etc.

It looks like you are lost in basic notions. Start learning at least something:

http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn.microsoft.com/en-us/library/aa286484.aspx[^],
http://en.wikipedia.org/wiki/SMS[^],
http://en.wikipedia.org/wiki/E-mail[^],
http://msdn.microsoft.com/en-us/library/system.net.mail.aspx[^],
http://archive.msdn.microsoft.com/nclsamples/Wiki/View.aspx?title=Mailer[^].

Last article discusses the basics of sending e-mail.

—SA
 
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