Click here to Skip to main content
15,890,946 members
Home / Discussions / C#
   

C#

 
AnswerRe: USER CONTROL Pin
Member 447035429-Dec-08 8:23
Member 447035429-Dec-08 8:23 
AnswerRe: USER CONTROL Pin
#realJSOP29-Dec-08 9:07
mve#realJSOP29-Dec-08 9:07 
Questionsend Attachment Pin
Abdul Rahman Hamidy29-Dec-08 2:17
Abdul Rahman Hamidy29-Dec-08 2:17 
AnswerRe: send Attachment Pin
Giorgi Dalakishvili29-Dec-08 2:40
mentorGiorgi Dalakishvili29-Dec-08 2:40 
AnswerRe: send Attachment Pin
Brij29-Dec-08 2:41
mentorBrij29-Dec-08 2:41 
GeneralRe: send Attachment Pin
Abdul Rahman Hamidy29-Dec-08 6:18
Abdul Rahman Hamidy29-Dec-08 6:18 
AnswerRe: send Attachment Pin
Scott Dorman29-Dec-08 6:01
professionalScott Dorman29-Dec-08 6:01 
GeneralRe: send Attachment Pin
Abdul Rahman Hamidy29-Dec-08 6:31
Abdul Rahman Hamidy29-Dec-08 6:31 
let me understand u, that i can recieve attachment from other emails but not attachment from this code.
I am using MailMessage
[code]
MailMessage m=new MailMessage();
....
m.Attachments.Add(new Attachment(filePath));
SmtpClient sC=new SmtpClient(HOST,PORT);
sC.send(from,to,subject,body);
[/code]
the file which i am attaching is simply txt file, and for sure i would like to upload different files as doc,pdf,xls,jpg,png and others.

Thanks

Abdul Rahaman Hamidy
Senior Student Student in Computer Science
Kabul, Afghanistan
Software Developer

GeneralRe: send Attachment Pin
Scott Dorman29-Dec-08 6:36
professionalScott Dorman29-Dec-08 6:36 
GeneralRe: send Attachment Pin
Abdul Rahman Hamidy29-Dec-08 6:55
Abdul Rahman Hamidy29-Dec-08 6:55 
QuestionDelete a row from dataset using delete method??? Pin
SureshRocks29-Dec-08 2:10
SureshRocks29-Dec-08 2:10 
AnswerRe: Delete a row from dataset using delete method??? Pin
Giorgi Dalakishvili29-Dec-08 2:40
mentorGiorgi Dalakishvili29-Dec-08 2:40 
AnswerRe: Delete a row from dataset using delete method??? Pin
PC Player29-Dec-08 3:15
PC Player29-Dec-08 3:15 
GeneralRe: Delete a row from dataset using delete method??? Pin
SureshRocks29-Dec-08 19:41
SureshRocks29-Dec-08 19:41 
QuestionHow can I connect PC and WindowsMobile Phone use bluetooth? Pin
Liselsia29-Dec-08 2:04
Liselsia29-Dec-08 2:04 
AnswerRe: How can I connect PC and WindowsMobile Phone use bluetooth? Pin
Giorgi Dalakishvili29-Dec-08 2:39
mentorGiorgi Dalakishvili29-Dec-08 2:39 
QuestionIE7 restrict the browser to a single tab Pin
Sundar_R29-Dec-08 0:36
Sundar_R29-Dec-08 0:36 
AnswerRe: IE7 restrict the browser to a single tab Pin
Dave Kreskowiak29-Dec-08 2:02
mveDave Kreskowiak29-Dec-08 2:02 
GeneralRe: IE7 restrict the browser to a single tab Pin
Sundar_R29-Dec-08 18:36
Sundar_R29-Dec-08 18:36 
GeneralRe: IE7 restrict the browser to a single tab Pin
Dave Kreskowiak30-Dec-08 3:22
mveDave Kreskowiak30-Dec-08 3:22 
QuestionDatatable problem with updating value in C#.net Pin
sejal12329-Dec-08 0:26
sejal12329-Dec-08 0:26 
AnswerRe: Datatable problem with updating value in C#.net Pin
That's Aragon29-Dec-08 0:39
That's Aragon29-Dec-08 0:39 
GeneralRe: Datatable problem with updating value in C#.net Pin
sejal1231-Jan-09 23:37
sejal1231-Jan-09 23:37 
Questionstruct and array? Pin
dec8228-Dec-08 23:23
dec8228-Dec-08 23:23 
AnswerRe: struct and array? Pin
rah_sin28-Dec-08 23:27
professionalrah_sin28-Dec-08 23:27 

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.