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

ASP.NET

 
GeneralRe: Gridview with Hovermenu Pin
Malayil alex25-Sep-07 21:31
Malayil alex25-Sep-07 21:31 
GeneralRe: Gridview with Hovermenu Pin
Imran Khan Pathan25-Sep-07 22:07
Imran Khan Pathan25-Sep-07 22:07 
GeneralRe: Gridview with Hovermenu Pin
Malayil alex25-Sep-07 22:30
Malayil alex25-Sep-07 22:30 
GeneralRe: Gridview with Hovermenu Pin
Imran Khan Pathan25-Sep-07 23:09
Imran Khan Pathan25-Sep-07 23:09 
Questiondiference between 2 local datetime instances(client)in minutes using javascript Pin
Md Arif25-Sep-07 18:52
Md Arif25-Sep-07 18:52 
AnswerRe: diference between 2 local datetime instances(client)in minutes using javascript Pin
VenkataRamana.Gali25-Sep-07 19:10
VenkataRamana.Gali25-Sep-07 19:10 
AnswerRe: diference between 2 local datetime instances(client)in minutes using javascript Pin
monu nair25-Sep-07 19:38
monu nair25-Sep-07 19:38 
QuestionSending Email in ASP.NET Pin
.NET- India 25-Sep-07 18:49
.NET- India 25-Sep-07 18:49 
Hello Everyone,

I want to send the email through my ASP.NET project. And it's working at localhost when i'm taking the SMTP Server as "127.0.0.1" but when i'm uploading this project on server it's throwing me an error "could not access cdo.Message object" . still i've taken my SMTPServer not as "127.0.01" but still it's throwing an error

i'm giving the url of the page where this problem is being raised....


http://www.priveejets.com/Flight_Enquiry1.aspx


in this page an auto-response is generated when a client makes an enquiry at his/her email





MailMessage mail1=new MailMessage();

mail1.To=txtEmail.Text;

mail1.From="mail@priveejets.com";

mail1.Subject="Auto Responder";

mail1.Priority=MailPriority.High;

mail1.BodyFormat=MailFormat.Html;

mail1.Body="Thanks for the Enquiry "+"
"+"We'll get you soon"+"
"+"------------------"+"
"+"Thanks & Regards"+"
"+"Priveejets Team";


SmtpMail.SmtpServer="127.0.0.1"; or other not shown here

//SmtpMail.SmtpServer="127.0.01";

SmtpMail.Send(mail1);
AnswerRe: Sending Email in ASP.NET [modified] Pin
VenkataRamana.Gali25-Sep-07 19:03
VenkataRamana.Gali25-Sep-07 19:03 
GeneralRe: Sending Email in ASP.NET Pin
.NET- India 25-Sep-07 19:10
.NET- India 25-Sep-07 19:10 
GeneralRe: Sending Email in ASP.NET Pin
VenkataRamana.Gali25-Sep-07 19:15
VenkataRamana.Gali25-Sep-07 19:15 
GeneralRe: Sending Email in ASP.NET Pin
.NET- India 25-Sep-07 22:35
.NET- India 25-Sep-07 22:35 
AnswerRe: Sending Email in ASP.NET Pin
monu nair25-Sep-07 19:03
monu nair25-Sep-07 19:03 
AnswerRe: Sending Email in ASP.NET Pin
monu nair25-Sep-07 19:06
monu nair25-Sep-07 19:06 
AnswerRe: Sending Email in ASP.NET Pin
Jintal Patel26-Sep-07 3:16
Jintal Patel26-Sep-07 3:16 
GeneralRe: Sending Email in ASP.NET Pin
.NET- India 26-Sep-07 20:50
.NET- India 26-Sep-07 20:50 
GeneralRe: Sending Email in ASP.NET Pin
Jintal Patel28-Sep-07 0:01
Jintal Patel28-Sep-07 0:01 
Questionhow to get just one record in gridview [modified] Pin
newbieAl25-Sep-07 15:55
newbieAl25-Sep-07 15:55 
AnswerRe: how to get just one record in gridview Pin
Christian Graus25-Sep-07 16:33
protectorChristian Graus25-Sep-07 16:33 
GeneralRe: how to get just one record in gridview Pin
newbieAl26-Sep-07 2:21
newbieAl26-Sep-07 2:21 
AnswerRe: how to get just one record in gridview Pin
M_Menon26-Sep-07 7:35
M_Menon26-Sep-07 7:35 
GeneralRe: how to get just one record in gridview Pin
newbieAl26-Sep-07 9:06
newbieAl26-Sep-07 9:06 
Questionvirtual Reality Pin
ahemoudi25-Sep-07 12:44
ahemoudi25-Sep-07 12:44 
AnswerRe: virtual Reality Pin
Christian Graus25-Sep-07 13:26
protectorChristian Graus25-Sep-07 13:26 
GeneralRe: virtual Reality Pin
ahemoudi25-Sep-07 23:55
ahemoudi25-Sep-07 23:55 

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.