Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: mainPage and Popup Pin
Sarfaraj Ahmed16-Nov-07 2:52
Sarfaraj Ahmed16-Nov-07 2:52 
GeneralRe: mainPage and Popup Pin
SABhatti16-Nov-07 12:26
SABhatti16-Nov-07 12:26 
QuestionConsuming WebService in javascript(Urgent) Pin
wEb GuRu...14-Nov-07 2:56
wEb GuRu...14-Nov-07 2:56 
AnswerRe: Consuming WebService in javascript(Urgent) Pin
Michael Sync14-Nov-07 3:42
Michael Sync14-Nov-07 3:42 
QuestionHow we can find the the cost of products from other website for our project. Pin
krishnaveer14-Nov-07 2:44
krishnaveer14-Nov-07 2:44 
AnswerRe: How we can find the the cost of products from other website for our project. Pin
Paddy Boyd14-Nov-07 2:51
Paddy Boyd14-Nov-07 2:51 
GeneralRe: How we can find the the cost of products from other website for our project. Pin
krishnaveer14-Nov-07 18:22
krishnaveer14-Nov-07 18:22 
QuestionMail Pin
.NET- India 14-Nov-07 2:26
.NET- India 14-Nov-07 2:26 
Hello Friends,

I'm sending mails at my mail account following code given belo is used to send the mail but it throing error... And further before this piece of code was running great .................

I'm getting the following error

Could not access 'CDO.Message' object.



MailMessage mail=new MailMessage();
//mail.To="manoj@chinufilms.com";
mail.To="mail@saamstesting.com";
mail.From=txtEmail.Text;
mail.Subject="Default Page";
mail.Priority=MailPriority.Normal;
mail.Body="Programme"+":-"+ddlProgramme.SelectedItem.Text+"\n"+"Name"+" :- "+txtName.Text+"\n"+"Review"+":-"+txtReview.Text;

try
{
SmtpMail.SmtpServer="mail.saamstesting.com";
SmtpMail.Send(mail);
lblMsg1.Text="Record Saved Successfully";
lblMsg1.ForeColor=Color.Green;
}
catch(Exception ex)
{
//lblMsg1.Text="Error Occured!!";
lblMsg1.Text=ex.Message.ToString();
lblMsg1.ForeColor=Color.Red;
}
AnswerRe: Mail Pin
Sam Xavier18-Nov-07 23:46
Sam Xavier18-Nov-07 23:46 
GeneralRe: Mail Pin
.NET- India 19-Nov-07 0:04
.NET- India 19-Nov-07 0:04 
GeneralRe: Mail Pin
Sam Xavier19-Nov-07 2:23
Sam Xavier19-Nov-07 2:23 
QuestionSystem.Transactions namespace missing Pin
Vipin.d14-Nov-07 2:16
Vipin.d14-Nov-07 2:16 
AnswerRe: System.Transactions namespace missing Pin
LedHeavy28-Dec-09 19:12
LedHeavy28-Dec-09 19:12 
Questionnavigate from one url to another by using ajax Pin
Ravi_2114-Nov-07 2:00
Ravi_2114-Nov-07 2:00 
AnswerRe: navigate from one url to another by using ajax Pin
Malcolm Smart14-Nov-07 2:09
Malcolm Smart14-Nov-07 2:09 
QuestionDrag & Drop Pin
ahdk14-Nov-07 1:57
ahdk14-Nov-07 1:57 
Questionopen file/document Pin
venky45614-Nov-07 1:41
venky45614-Nov-07 1:41 
AnswerRe: open file/document Pin
Malcolm Smart14-Nov-07 2:11
Malcolm Smart14-Nov-07 2:11 
QuestionAttributes["onchange"] Pin
sangramkp14-Nov-07 0:55
sangramkp14-Nov-07 0:55 
AnswerRe: Attributes["onchange"] Pin
Malcolm Smart14-Nov-07 2:12
Malcolm Smart14-Nov-07 2:12 
AnswerRe: Attributes["onchange"] Pin
SABhatti14-Nov-07 4:34
SABhatti14-Nov-07 4:34 
Question[02/03] ASP.NET version Error on IIS Pin
Vimalsoft(Pty) Ltd14-Nov-07 0:33
professionalVimalsoft(Pty) Ltd14-Nov-07 0:33 
AnswerRe: [02/03] ASP.NET version Error on IIS Pin
Michael Sync14-Nov-07 0:38
Michael Sync14-Nov-07 0:38 
GeneralRe: [02/03] ASP.NET version Error on IIS Pin
Vimalsoft(Pty) Ltd14-Nov-07 1:32
professionalVimalsoft(Pty) Ltd14-Nov-07 1:32 
AnswerRe: [02/03] ASP.NET version Error on IIS Pin
Abhijit Jana14-Nov-07 0:38
professionalAbhijit Jana14-Nov-07 0:38 

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.