Dotnet Interview Questions & Study Material
Showing posts with label
asp.net latest questions and answers
.
Show all posts
Showing posts with label
asp.net latest questions and answers
.
Show all posts
Monday, 2 April 2012
How to developing email programe in asp.net
using system.web.mailmessage.... mailmessage m=new mailmessage(); m.to="ramumca1@gmail.com"; m.from="Sriram"; m.subject="Test this"; m.body="fsdfsaf"; m.priority="high"; m.send();
Older Posts
Home
Subscribe to:
Posts (Atom)