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

ASP.NET

 
QuestionNew to ASP.Net Pin
Member 344923110-Feb-07 8:46
Member 344923110-Feb-07 8:46 
AnswerRe: New to ASP.Net Pin
Guffa10-Feb-07 8:51
Guffa10-Feb-07 8:51 
QuestionWhat is a good way to send reminders??? Pin
code-frog10-Feb-07 4:05
professionalcode-frog10-Feb-07 4:05 
AnswerRe: What is a good way to send reminders??? Pin
Jon Sagara10-Feb-07 4:17
Jon Sagara10-Feb-07 4:17 
GeneralRe: What is a good way to send reminders??? Pin
code-frog10-Feb-07 7:09
professionalcode-frog10-Feb-07 7:09 
GeneralRe: What is a good way to send reminders??? Pin
Jon Sagara10-Feb-07 20:13
Jon Sagara10-Feb-07 20:13 
AnswerRe: What is a good way to send reminders??? Pin
Bassam Saoud10-Feb-07 7:46
Bassam Saoud10-Feb-07 7:46 
QuestionStrange problem in sending file attachment Pin
NetBot10-Feb-07 2:48
NetBot10-Feb-07 2:48 
Hi all,
I am getting a strange problem when i try to attach a file with a mail message.

Here`s the code..

MailMessage msg=new MailMessage();
msg.To=emailaddr;
msg.From=Fromemp;
msg.Subject="Hello " ;
string attachedFile = UploadCV_File.PostedFile.FileName;
MailAttachment ma=new MailAttachment(attachedFile);
msg.Attachments.Add(ma);
SmtpMail.SmtpServer="localhost";
SmtpMail.Send(msg);

The problem is that it gives an error when i select a file path which is long ie C:\Documents and Settings\Administrator\Desktop\New.txt and doesn`t gives an error if the path is short ie C:\New.txt.

What`s the problem????Help!!! Thanks in advance
AnswerRe: Strange problem in sending file attachment Pin
code-frog10-Feb-07 7:12
professionalcode-frog10-Feb-07 7:12 
GeneralRe: Strange problem in sending file attachment Pin
www.Developerof.NET10-Feb-07 15:45
www.Developerof.NET10-Feb-07 15:45 
GeneralRe: Strange problem in sending file attachment Pin
code-frog10-Feb-07 17:10
professionalcode-frog10-Feb-07 17:10 
GeneralRe: Strange problem in sending file attachment Pin
NetBot10-Feb-07 18:37
NetBot10-Feb-07 18:37 
GeneralRe: Strange problem in sending file attachment Pin
code-frog10-Feb-07 18:45
professionalcode-frog10-Feb-07 18:45 
GeneralRe: Strange problem in sending file attachment Pin
NetBot10-Feb-07 20:20
NetBot10-Feb-07 20:20 
AnswerRe: Strange problem in sending file attachment Pin
Grapes-R-Fun10-Feb-07 12:59
Grapes-R-Fun10-Feb-07 12:59 
QuestionTreeView in Asp.net Pin
Ancilla Menezes10-Feb-07 0:28
Ancilla Menezes10-Feb-07 0:28 
AnswerRe: TreeView in Asp.net Pin
B.A10-Feb-07 1:31
B.A10-Feb-07 1:31 
AnswerRe: TreeView in Asp.net Pin
Bassam Saoud10-Feb-07 8:09
Bassam Saoud10-Feb-07 8:09 
AnswerRe: TreeView in Asp.net Pin
just3ala211-Feb-07 1:46
just3ala211-Feb-07 1:46 
QuestionGetting physical path of virtual directory from other virtual directory Pin
uc_char10-Feb-07 0:07
uc_char10-Feb-07 0:07 
QuestionWeb Site Pin
Khan.Bangash9-Feb-07 23:56
Khan.Bangash9-Feb-07 23:56 
AnswerRe: Web Site Pin
sanaziuse10-Feb-07 0:56
sanaziuse10-Feb-07 0:56 
GeneralRe: Web Site Pin
Khan.Bangash10-Feb-07 1:23
Khan.Bangash10-Feb-07 1:23 
AnswerRe: Web Site Pin
Christian Graus10-Feb-07 11:02
protectorChristian Graus10-Feb-07 11:02 
Questionwhere to write code for print option provided in crystalreportViewer Pin
mohd imran abdul aziz9-Feb-07 21:56
mohd imran abdul aziz9-Feb-07 21:56 

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.