Click here to Skip to main content
15,895,192 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: do not have step out option in debugger Pin
Christian Graus9-Nov-08 9:47
protectorChristian Graus9-Nov-08 9:47 
AnswerRe: do not have step out option in debugger Pin
Guffa9-Nov-08 7:12
Guffa9-Nov-08 7:12 
QuestionHow do I refresh an UpdatePanel in a master page from a child page Pin
bluewavestrider9-Nov-08 4:48
bluewavestrider9-Nov-08 4:48 
QuestionGridview inside Formview Pin
TheEagle9-Nov-08 4:18
TheEagle9-Nov-08 4:18 
QuestionLog4Net AsyncAppender and ASP.Net [modified] Pin
fdbpro9-Nov-08 0:53
fdbpro9-Nov-08 0:53 
QuestionHow do i use from a proxy class? Pin
aref878-Nov-08 22:10
aref878-Nov-08 22:10 
AnswerRe: How do i use from a proxy class? Pin
Christian Graus9-Nov-08 2:38
protectorChristian Graus9-Nov-08 2:38 
QuestionSend Mail (Error) Pin
mehrdadc488-Nov-08 11:49
mehrdadc488-Nov-08 11:49 
I'm going to send mail using this code:
MailMessage message = new MailMessage();
message.Body = "Bod";
MailAddress mailAdrs = new MailAddress("xxx@xxxx.com","Name");
message.From = mailAdrs;
message.Subject = "Sub";
message.To.Add("ttt@tttt.biz");
SmtpClient smtpC = new SmtpClient();
smtpC.Send(message);

And in web.Config I have:
<system.net>
<mailSettings>
<smtp>
<network password="pass" userName="ttt@tttt.biz" port="25" host="mail.tttt.biz" />
</smtp>
</mailSettings>
</system.net>

but on sending time this error appears ONLY WHEM THE SENDER MAIL IS ANOTHER DOMAIN LIKE ID@YAHOO.COM:
User not local; please try a different path. The server response was: Sender address is not valid for your login. Check your email program settings.

Best wishes

AnswerRe: Send Mail (Error) Pin
Christian Graus9-Nov-08 2:36
protectorChristian Graus9-Nov-08 2:36 
Questionhow to design and develop a database driven website for personnel info? Pin
Member 31916418-Nov-08 8:26
Member 31916418-Nov-08 8:26 
AnswerRe: how to design and develop a database driven website for personnel info? Pin
Christian Graus8-Nov-08 8:36
protectorChristian Graus8-Nov-08 8:36 
AnswerRe: how to design and develop a database driven website for personnel info? Pin
Paul Conrad8-Nov-08 13:13
professionalPaul Conrad8-Nov-08 13:13 
GeneralRe: how to design and develop a database driven website for personnel info? Pin
Member 31916419-Nov-08 0:14
Member 31916419-Nov-08 0:14 
GeneralRe: how to design and develop a database driven website for personnel info? Pin
Christian Graus9-Nov-08 2:39
protectorChristian Graus9-Nov-08 2:39 
AnswerRe: how to design and develop a database driven website for personnel info? Pin
Jeremy Falcon9-Nov-08 10:23
professionalJeremy Falcon9-Nov-08 10:23 
Questionhow to show and hide datalist content? Pin
hardyyanto8-Nov-08 3:46
hardyyanto8-Nov-08 3:46 
AnswerRe: how to show and hide datalist content? Pin
Christian Graus8-Nov-08 8:38
protectorChristian Graus8-Nov-08 8:38 
GeneralRe: how to show and hide datalist content? Pin
hardyyanto9-Nov-08 7:09
hardyyanto9-Nov-08 7:09 
GeneralRe: how to show and hide datalist content? Pin
Christian Graus9-Nov-08 9:32
protectorChristian Graus9-Nov-08 9:32 
GeneralRe: how to show and hide datalist content? Pin
hardyyanto9-Nov-08 16:33
hardyyanto9-Nov-08 16:33 
QuestionA personnel/medical/dental info website Pin
Member 31916418-Nov-08 3:15
Member 31916418-Nov-08 3:15 
AnswerRe: A personnel/medical/dental info website Pin
Brij8-Nov-08 3:38
mentorBrij8-Nov-08 3:38 
AnswerRe: A personnel/medical/dental info website Pin
Christian Graus8-Nov-08 8:15
protectorChristian Graus8-Nov-08 8:15 
AnswerRe: A personnel/medical/dental info website Pin
Paul Conrad8-Nov-08 13:16
professionalPaul Conrad8-Nov-08 13:16 
AnswerRe: A personnel/medical/dental info website Pin
leckey8-Nov-08 14:18
leckey8-Nov-08 14:18 

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.