Click here to Skip to main content
15,891,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing external dll in ASP.Net application Pin
Michael Flanakin4-Jan-06 3:40
Michael Flanakin4-Jan-06 3:40 
QuestionMake a ListBox MultiColumn? Pin
MudkiSekhon4-Jan-06 0:49
MudkiSekhon4-Jan-06 0:49 
QuestionUnderstand when the process ends Pin
Sasuko4-Jan-06 0:43
Sasuko4-Jan-06 0:43 
AnswerRe: Understand when the process ends Pin
Le centriste4-Jan-06 1:19
Le centriste4-Jan-06 1:19 
GeneralRe: Understand when the process ends Pin
Sasuko4-Jan-06 2:55
Sasuko4-Jan-06 2:55 
Questionemail Pin
murali.bv4-Jan-06 0:07
murali.bv4-Jan-06 0:07 
AnswerRe: email Pin
albCode4-Jan-06 0:26
albCode4-Jan-06 0:26 
AnswerRe: email Pin
Sanjay Rajdev4-Jan-06 5:02
Sanjay Rajdev4-Jan-06 5:02 
This happens generally due to the mail server authentivcation problem. Try providing valid credentials for the mail server you are using.

MailMessage sms = new MailMessage();
sms.To = smsTo;
sms.From = from;
sms.Subject = smsSubject;
sms.Body = smsBody;

sms.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1");
sms.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername",username);
sms.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword",password);

QuestionExel Pin
murali.bv4-Jan-06 0:06
murali.bv4-Jan-06 0:06 
AnswerRe: Exel Pin
albCode4-Jan-06 0:22
albCode4-Jan-06 0:22 
Questionsome question about Alpha blend Pin
Shem Su3-Jan-06 23:18
Shem Su3-Jan-06 23:18 
AnswerRe: some question about Alpha blend Pin
albCode4-Jan-06 0:27
albCode4-Jan-06 0:27 
AnswerRe: some question about Alpha blend Pin
Shem Su6-Jan-06 0:27
Shem Su6-Jan-06 0:27 
QuestionLog4Net issue Pin
Austinn3-Jan-06 22:49
Austinn3-Jan-06 22:49 
QuestionHow to convert an API window to a control? Pin
Duong Tien Nam3-Jan-06 22:39
Duong Tien Nam3-Jan-06 22:39 
AnswerRe: How to convert an API window to a control? Pin
cobyjone4-Jan-06 8:24
cobyjone4-Jan-06 8:24 
GeneralRe: How to convert an API window to a control? Pin
Duong Tien Nam4-Jan-06 14:27
Duong Tien Nam4-Jan-06 14:27 
GeneralRe: How to convert an API window to a control? Pin
cobyjone5-Jan-06 3:27
cobyjone5-Jan-06 3:27 
QuestionHow to make form as immovable Pin
vinuthakempanna3-Jan-06 22:30
vinuthakempanna3-Jan-06 22:30 
AnswerRe: How to make form as immovable Pin
Sanjay Rajdev4-Jan-06 5:18
Sanjay Rajdev4-Jan-06 5:18 
Questionhow to morphing between two images in C# Pin
Shippya3-Jan-06 20:57
Shippya3-Jan-06 20:57 
Questionsend ping to a remote comuter Pin
chf13-Jan-06 20:00
chf13-Jan-06 20:00 
AnswerRe: send ping to a remote comuter Pin
GDavy3-Jan-06 20:22
GDavy3-Jan-06 20:22 
Generalthere is on esay way i need a smale code to combine in my code Pin
chf13-Jan-06 20:53
chf13-Jan-06 20:53 
QuestionHow to broadcast audio-video streams on Internet at optimum(Say Dial Up) bandwidth Pin
mnaeem_siddiqui3-Jan-06 19:09
mnaeem_siddiqui3-Jan-06 19:09 

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.