Click here to Skip to main content
15,913,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwww.xtravels.com is not working inside the Host Server Pin
pubududilena16-Aug-07 5:41
pubududilena16-Aug-07 5:41 
AnswerRe: www.xtravels.com is not working inside the Host Server Pin
Michael Sync16-Aug-07 5:47
Michael Sync16-Aug-07 5:47 
GeneralRe: www.xtravels.com is not working inside the Host Server Pin
Sam Heller16-Aug-07 6:20
Sam Heller16-Aug-07 6:20 
GeneralRe: www.xtravels.com is not working inside the Host Server Pin
pubududilena16-Aug-07 21:00
pubududilena16-Aug-07 21:00 
QuestionHow to stop server side event firing based on client side event [modified] Pin
here2learn16-Aug-07 5:00
here2learn16-Aug-07 5:00 
AnswerRe: How to stop server side event firing based on client side event Pin
ToddHileHoffer16-Aug-07 7:48
ToddHileHoffer16-Aug-07 7:48 
GeneralRe: How to stop server side event firing based on client side event Pin
here2learn16-Aug-07 18:34
here2learn16-Aug-07 18:34 
QuestionEmail in ASP.NET : Plz it's very urgent Pin
.NET- India 16-Aug-07 3:04
.NET- India 16-Aug-07 3:04 
Hello Everyone,
I want to send the coding using the given below coding But i'm getting the error
"Could not access 'CDO.Message' object."
Plz suggest me the ways to come out of the problem





MailMessage mail =new MailMessage();

mail.To="manoj.msb1984@gmail.com";


mail.From="mail@saamstesting.com";
mail.Subject="Your Password";

mail.Priority = MailPriority.Normal;
mail.Body="This is Ur Password";


try
{

SmtpMail.SmtpServer="mail.saamstesting.com";

SmtpMail.Send(mail);
lblMsg1.Text="Mail Sent Successfully";
}
catch(Exception ex)
{
lblMsg1.Text=ex.Message.ToString();
lblMsg1.ForeColor=Color.Red;
}
AnswerRe: Email in ASP.NET : Plz it's very urgent Pin
Sathesh Sakthivel16-Aug-07 3:10
Sathesh Sakthivel16-Aug-07 3:10 
GeneralRe: Email in ASP.NET : Plz it's very urgent Pin
.NET- India 16-Aug-07 3:20
.NET- India 16-Aug-07 3:20 
GeneralRe: Email in ASP.NET : Plz it's very urgent Pin
Michael Sync16-Aug-07 3:49
Michael Sync16-Aug-07 3:49 
AnswerRe: Email in ASP.NET : Plz it's very urgent Pin
Urs Enzler16-Aug-07 3:48
Urs Enzler16-Aug-07 3:48 
AnswerRe: Email in ASP.NET : Plz it's very urgent Pin
Not Active16-Aug-07 9:21
mentorNot Active16-Aug-07 9:21 
Questionasp.net 1.1 mail shows only ? mark when displays in yahoo account Pin
Rahees8316-Aug-07 2:32
Rahees8316-Aug-07 2:32 
AnswerRe: asp.net 1.1 mail shows only ? mark when displays in yahoo account Pin
Sathesh Sakthivel16-Aug-07 3:11
Sathesh Sakthivel16-Aug-07 3:11 
GeneralRe: asp.net 1.1 mail shows only ? mark when displays in yahoo account Pin
Rahees8316-Aug-07 18:02
Rahees8316-Aug-07 18:02 
QuestionHow to Update the Records in GridView Control Through Coding in asp.net2.0 Pin
mrgaddam16-Aug-07 2:22
mrgaddam16-Aug-07 2:22 
AnswerRe: How to Update the Records in GridView Control Through Coding in asp.net2.0 Pin
ooooooooppppppss16-Aug-07 2:27
ooooooooppppppss16-Aug-07 2:27 
AnswerRe: How to Update the Records in GridView Control Through Coding in asp.net2.0 Pin
ooooooooppppppss16-Aug-07 2:32
ooooooooppppppss16-Aug-07 2:32 
AnswerRe: How to Update the Records in GridView Control Through Coding in asp.net2.0 Pin
mrgaddam16-Aug-07 2:37
mrgaddam16-Aug-07 2:37 
QuestionHow to send fax from asp.net page in visualstudio2005 Pin
attalurisubbu16-Aug-07 2:19
attalurisubbu16-Aug-07 2:19 
AnswerRe: How to send fax from asp.net page in visualstudio2005 Pin
Talal Sultan16-Aug-07 2:30
Talal Sultan16-Aug-07 2:30 
QuestionProblem in using site map in ASP.NET 2.0 Pin
Ramya.G16-Aug-07 2:16
Ramya.G16-Aug-07 2:16 
AnswerRe: Problem in using site map in ASP.NET 2.0 Pin
Talal Sultan16-Aug-07 2:28
Talal Sultan16-Aug-07 2:28 
AnswerRe: Problem in using site map in ASP.NET 2.0 Pin
Sathesh Sakthivel16-Aug-07 3:07
Sathesh Sakthivel16-Aug-07 3:07 

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.