Click here to Skip to main content
15,900,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in downloading a file from FTP folder. Pin
kiran_kumar5389-Dec-08 1:12
kiran_kumar5389-Dec-08 1:12 
QuestionClient Side system handling Pin
John.G8-Dec-08 23:58
John.G8-Dec-08 23:58 
AnswerRe: Client Side system handling Pin
N a v a n e e t h9-Dec-08 0:02
N a v a n e e t h9-Dec-08 0:02 
AnswerRe: Client Side system handling Pin
Brij9-Dec-08 0:10
mentorBrij9-Dec-08 0:10 
AnswerRe: Client Side system handling Pin
Abhijit Jana9-Dec-08 0:10
professionalAbhijit Jana9-Dec-08 0:10 
AnswerRe: Client Side system handling Pin
Christian Graus9-Dec-08 10:00
protectorChristian Graus9-Dec-08 10:00 
GeneralRe: Client Side system handling Pin
John.G20-Dec-08 2:18
John.G20-Dec-08 2:18 
QuestionSend mail, How do I change the FROM address to a friendly name Pin
amit sahu208-Dec-08 23:47
amit sahu208-Dec-08 23:47 
hi i am sending mail from my site eg: part of function

string MailTo = "aa@aa.com";
        string Host = "abc.com";
        string From = "xyz.com";
        string Pwd = "12345";
        bool Flag = false;
        MailMessage Message = new MailMessage();
        //Message.
        Message.To.Add(MailTo);
        Message.From = new MailAddress(From);
        Message.Subject = Subject;
        Message.IsBodyHtml = true;
        Message.SubjectEncoding = System.Text.Encoding.UTF8;
        Message.Body = Msg;
        Message.Priority = MailPriority.High;

this function is working well
but my probem is How do I change the FROM address to a friendly name

modified on Tuesday, December 9, 2008 5:56 AM

AnswerRe: Send mail, How do I change the FROM address to a friendly name Pin
N a v a n e e t h8-Dec-08 23:58
N a v a n e e t h8-Dec-08 23:58 
GeneralRe: Send mail, How do I change the FROM address to a friendly name Pin
amit sahu209-Dec-08 0:16
amit sahu209-Dec-08 0:16 
AnswerRe: Send mail, How do I change the FROM address to a friendly name Pin
Abhijit Jana9-Dec-08 0:13
professionalAbhijit Jana9-Dec-08 0:13 
AnswerRe: Send mail, How do I change the FROM address to a friendly name Pin
Brij9-Dec-08 0:14
mentorBrij9-Dec-08 0:14 
QuestionDateTime formats in GridView based on Cultural settings Pin
Shivan Nandan8-Dec-08 23:15
Shivan Nandan8-Dec-08 23:15 
AnswerRe: DateTime formats in GridView based on Cultural settings Pin
Christian Graus8-Dec-08 23:22
protectorChristian Graus8-Dec-08 23:22 
AnswerRe: DateTime formats in GridView based on Cultural settings Pin
N a v a n e e t h8-Dec-08 23:32
N a v a n e e t h8-Dec-08 23:32 
GeneralRe: DateTime formats in GridView based on Cultural settings Pin
Shivan Nandan12-Dec-08 18:12
Shivan Nandan12-Dec-08 18:12 
QuestionCheck-box and web-page problems Pin
Tryongliph8-Dec-08 23:10
Tryongliph8-Dec-08 23:10 
AnswerRe: Check-box and web-page problems Pin
Christian Graus8-Dec-08 23:20
protectorChristian Graus8-Dec-08 23:20 
GeneralRe: Check-box and web-page problems Pin
Tryongliph15-Dec-08 22:11
Tryongliph15-Dec-08 22:11 
AnswerRe: Check-box and web-page problems Pin
Brij8-Dec-08 23:21
mentorBrij8-Dec-08 23:21 
Questionchange the confirm button Pin
nithydurai8-Dec-08 23:07
nithydurai8-Dec-08 23:07 
AnswerRe: change the confirm button Pin
N a v a n e e t h8-Dec-08 23:20
N a v a n e e t h8-Dec-08 23:20 
AnswerRe: change the confirm button Pin
Christian Graus8-Dec-08 23:21
protectorChristian Graus8-Dec-08 23:21 
AnswerRe: change the confirm button Pin
Brij9-Dec-08 0:54
mentorBrij9-Dec-08 0:54 
QuestionCharacters before @ Pin
saurabh mohal8-Dec-08 22:40
saurabh mohal8-Dec-08 22:40 

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.