Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionButton click event only working the second time Pin
Mertli Ozgur Nevres21-Feb-07 0:40
Mertli Ozgur Nevres21-Feb-07 0:40 
AnswerRe: Button click event only working the second time Pin
Nimit Patel21-Feb-07 1:12
Nimit Patel21-Feb-07 1:12 
AnswerRe: Button click event only working the second time Pin
Marcus J. Smith21-Feb-07 2:29
professionalMarcus J. Smith21-Feb-07 2:29 
AnswerRe: Button click event only working the second time Pin
Sam Heller21-Feb-07 3:55
Sam Heller21-Feb-07 3:55 
QuestionCrystal Report Problem Pin
Kissy1621-Feb-07 0:34
Kissy1621-Feb-07 0:34 
AnswerRe: Crystal Report Problem Pin
Sylvester george23-Feb-07 3:19
Sylvester george23-Feb-07 3:19 
QuestionAdd attribute to the http header of a request Pin
blackjack215021-Feb-07 0:32
blackjack215021-Feb-07 0:32 
QuestionPop-before-SMTP Question? Pin
hetrobezz21-Feb-07 0:04
hetrobezz21-Feb-07 0:04 
The follwing code authenticates properly from my computer, but when deployed on www.testdomain.com it doesnt authenticate properly with mail.testdomain.com. The admin of the server said said my problem was because they use Pop-before-SMTP authentication... Is that not what I'm doing here? Or could something else be causing this problem?

<br />
<br />
MailMessage message = new MailMessage("mailer@testdomain.com", "testreciever@gmail.com", "feedback", "WOOT!");<br />
            <br />
SmtpClient mailClient = new SmtpClient("mail.testdomain.com");<br />
<br />
mailClient.Port = 25;<br />
mailClient.UseDefaultCredentials = false;<br />
mailClient.Credentials = new NetworkCredential("mailer@testdomain.com", "testpasswd");<br />
<br />
mailClient.DeliveryMethod = SmtpDeliveryMethod.Network;<br />
mailClient.Send(message);<br />
message.Dispose();<br />
<br />


Thanks in advance, Curt
AnswerRe: Pop-before-SMTP Question? Pin
Marcus J. Smith21-Feb-07 2:51
professionalMarcus J. Smith21-Feb-07 2:51 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:13
hetrobezz21-Feb-07 18:13 
GeneralRe: Pop-before-SMTP Question? Pin
hetrobezz21-Feb-07 18:20
hetrobezz21-Feb-07 18:20 
AnswerRe: Pop-before-SMTP Question? Pin
kubben21-Feb-07 4:00
kubben21-Feb-07 4:00 
AnswerRe: Pop-before-SMTP Question? Pin
hetrobezz22-Feb-07 13:26
hetrobezz22-Feb-07 13:26 
JokeRe: Pop-before-SMTP Question? Pin
Marcus J. Smith23-Feb-07 6:46
professionalMarcus J. Smith23-Feb-07 6:46 
Questionhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan20-Feb-07 23:59
rama charan20-Feb-07 23:59 
AnswerRe: how is it better to save user data in sessons or cookies? Pin
badgrs21-Feb-07 0:42
badgrs21-Feb-07 0:42 
Generalhow is it better to save user data in sessons or cookies? [modified] Pin
rama charan21-Feb-07 0:46
rama charan21-Feb-07 0:46 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
Amit Kumar G21-Feb-07 14:27
Amit Kumar G21-Feb-07 14:27 
GeneralRe: how is it better to save user data in sessons or cookies? Pin
rama charan21-Feb-07 19:32
rama charan21-Feb-07 19:32 
Question"life cycle of server control" Pin
ravikiranreddydharmannagari20-Feb-07 23:40
ravikiranreddydharmannagari20-Feb-07 23:40 
AnswerRe: "life cycle of server control" Pin
badgrs21-Feb-07 0:38
badgrs21-Feb-07 0:38 
JokeRe: "life cycle of server control" Pin
Sandeep Akhare21-Feb-07 2:11
Sandeep Akhare21-Feb-07 2:11 
Questionlauch pdf file Pin
srinandan..20-Feb-07 23:05
srinandan..20-Feb-07 23:05 
AnswerRe: lauch pdf file Pin
nikneem200520-Feb-07 23:37
nikneem200520-Feb-07 23:37 
GeneralRe: lauch pdf file Pin
srinandan..21-Feb-07 0:01
srinandan..21-Feb-07 0:01 

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.