Click here to Skip to main content
16,016,750 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPlease help me for Login Control in ASP.NET 2.0 Pin
Niiiissssshhhhhuuuuu23-Jan-07 22:38
Niiiissssshhhhhuuuuu23-Jan-07 22:38 
AnswerRe: Please help me for Login Control in ASP.NET 2.0 Pin
ednrgc24-Jan-07 2:28
ednrgc24-Jan-07 2:28 
GeneralRe: Please help me for Login Control in ASP.NET 2.0 Pin
Niiiissssshhhhhuuuuu24-Jan-07 17:16
Niiiissssshhhhhuuuuu24-Jan-07 17:16 
Questioncharts in crystal report Pin
legend_of_zanado23-Jan-07 22:37
legend_of_zanado23-Jan-07 22:37 
Questionprint preview in asp.net Pin
merapyar23-Jan-07 22:36
merapyar23-Jan-07 22:36 
AnswerRe: print preview in asp.net Pin
Christian Graus23-Jan-07 22:40
protectorChristian Graus23-Jan-07 22:40 
Questionimport excel data Pin
VaibhavTiparadi23-Jan-07 22:32
VaibhavTiparadi23-Jan-07 22:32 
QuestionHow to send mail not into spams box??? Pin
amin_behzadi23-Jan-07 22:06
professionalamin_behzadi23-Jan-07 22:06 
Hi dears,
I used this code to send email , but reciever recieves mail in spams box , How can I fix this problem ?

the code is :
<br />
string body = "my message";<br />
            System.Web.Mail.MailMessage mail = new System.Web.Mail.MailMessage();<br />
            mail.To = "you@yahoo.com;<br />
            mail.From = "me@myserver.com";<br />
            mail.Subject = "my subject";<br />
            mail.Body = "my message body";<br />
            mail.BodyFormat = System.Web.Mail.MailFormat.Html;<br />
            System.Web.Mail.SmtpMail.SmtpServer = "localhost";<br />
            System.Web.Mail.SmtpMail.Send(mail); <br />





www.behzadi.net

AnswerRe: How to send mail not into spams box??? Pin
Christian Graus23-Jan-07 22:41
protectorChristian Graus23-Jan-07 22:41 
GeneralRe: How to send mail not into spams box??? Pin
amin_behzadi23-Jan-07 22:47
professionalamin_behzadi23-Jan-07 22:47 
GeneralRe: How to send mail not into spams box??? Pin
Christian Graus23-Jan-07 22:55
protectorChristian Graus23-Jan-07 22:55 
GeneralRe: How to send mail not into spams box??? Pin
amin_behzadi23-Jan-07 23:00
professionalamin_behzadi23-Jan-07 23:00 
AnswerRe: How to send mail not into spams box??? Pin
Guffa23-Jan-07 23:00
Guffa23-Jan-07 23:00 
GeneralRe: How to send mail not into spams box??? Pin
amin_behzadi23-Jan-07 23:05
professionalamin_behzadi23-Jan-07 23:05 
GeneralRe: How to send mail not into spams box??? Pin
Christian Graus23-Jan-07 23:07
protectorChristian Graus23-Jan-07 23:07 
GeneralRe: How to send mail not into spams box??? Pin
amin_behzadi23-Jan-07 23:15
professionalamin_behzadi23-Jan-07 23:15 
QuestionHow to access html control value in codebehind. Pin
Nagraj Naik23-Jan-07 21:57
Nagraj Naik23-Jan-07 21:57 
AnswerRe: How to access html control value in codebehind. Pin
Parwej Ahamad23-Jan-07 22:11
professionalParwej Ahamad23-Jan-07 22:11 
GeneralRe: How to access html control value in codebehind. Pin
Nagraj Naik23-Jan-07 22:23
Nagraj Naik23-Jan-07 22:23 
GeneralRe: How to access html control value in codebehind. Pin
Christian Graus23-Jan-07 22:58
protectorChristian Graus23-Jan-07 22:58 
GeneralRe: How to access html control value in codebehind. Pin
Parwej Ahamad23-Jan-07 23:31
professionalParwej Ahamad23-Jan-07 23:31 
Questioncrystal report doesn't work in mozilla Pin
Nicejith23-Jan-07 21:49
Nicejith23-Jan-07 21:49 
AnswerRe: crystal report doesn't work in mozilla Pin
Blue_Boy24-Jan-07 0:22
Blue_Boy24-Jan-07 0:22 
Questionajax Pin
kuwl_mark23-Jan-07 20:38
kuwl_mark23-Jan-07 20:38 
QuestionHow to Open Microsoft outlook through my Web Application Pin
meet_Poo23-Jan-07 20:12
meet_Poo23-Jan-07 20:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.