Click here to Skip to main content
16,005,467 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET menu control is not working with IE6.0 Pin
Michael Sync15-Aug-07 21:02
Michael Sync15-Aug-07 21:02 
GeneralRe: ASP.NET menu control is not working with IE6.0 Pin
salon15-Aug-07 23:09
salon15-Aug-07 23:09 
Question[Message Deleted] Pin
S A R I T H15-Aug-07 20:57
S A R I T H15-Aug-07 20:57 
AnswerRe: Threading in asp.net Pin
Michael Sync15-Aug-07 21:01
Michael Sync15-Aug-07 21:01 
GeneralRe: Threading in asp.net Pin
S A R I T H15-Aug-07 21:15
S A R I T H15-Aug-07 21:15 
GeneralRe: Threading in asp.net Pin
Michael Sync15-Aug-07 21:20
Michael Sync15-Aug-07 21:20 
AnswerRe: Threading in asp.net Pin
Christian Graus15-Aug-07 23:28
protectorChristian Graus15-Aug-07 23:28 
QuestionSending Email Pin
.NET- India 15-Aug-07 20:47
.NET- India 15-Aug-07 20:47 
Hello Everyone,

I want to send email through my mail domain using coding in ASP.NET
Can anybody let me know how is it possible

But I'm getting an Error Could not access 'CDO.Message' object.

I'm putting my coding below plz have a look and suggest me the way

MailMessage mail =new MailMessage();
mail.To="manoj.msb1984@gmail.com";
//mail.To="mail@saamstesting.com";
mail.From="mail@saamstesting.com";
mail.Subject="Your Password";

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;
}



Plz....................
AnswerRe: Sending Email Pin
Michael Sync15-Aug-07 20:58
Michael Sync15-Aug-07 20:58 
GeneralRe: Sending Email Pin
.NET- India 15-Aug-07 21:46
.NET- India 15-Aug-07 21:46 
GeneralRe: Sending Email Pin
Michael Sync16-Aug-07 3:45
Michael Sync16-Aug-07 3:45 
Questioncheckbox validation inside gridview using javascript Pin
santosh_gis15-Aug-07 20:28
santosh_gis15-Aug-07 20:28 
AnswerRe: checkbox validation inside gridview using javascript Pin
Imran Khan Pathan15-Aug-07 23:27
Imran Khan Pathan15-Aug-07 23:27 
Questionscrollbar for gridview Pin
biswa4715-Aug-07 20:26
biswa4715-Aug-07 20:26 
AnswerRe: scrollbar for gridview Pin
Michael Sync15-Aug-07 20:54
Michael Sync15-Aug-07 20:54 
QuestionHow to populate a Drop down list using javascript using ajax Pin
anujose15-Aug-07 20:26
anujose15-Aug-07 20:26 
AnswerRe: How to populate a Drop down list using javascript using ajax Pin
Michael Sync15-Aug-07 20:51
Michael Sync15-Aug-07 20:51 
Questionhow to populate data in ddl Pin
biswa4715-Aug-07 20:18
biswa4715-Aug-07 20:18 
AnswerRe: how to populate data in ddl Pin
Michael Sync15-Aug-07 20:47
Michael Sync15-Aug-07 20:47 
QuestionWebService Problem Pin
jayarajmrj15-Aug-07 20:04
jayarajmrj15-Aug-07 20:04 
AnswerRe: WebService Problem Pin
Michael Sync15-Aug-07 20:12
Michael Sync15-Aug-07 20:12 
Questionthemes and skins asp2.0 Pin
saravanan0515-Aug-07 19:31
saravanan0515-Aug-07 19:31 
AnswerRe: themes and skins asp2.0 Pin
Michael Sync15-Aug-07 20:10
Michael Sync15-Aug-07 20:10 
QuestionC# to Vb.net Convert error in string place..., Pin
Member 387988115-Aug-07 19:10
Member 387988115-Aug-07 19:10 
AnswerRe: C# to Vb.net Convert error in string place..., Pin
cometburn00715-Aug-07 19:13
cometburn00715-Aug-07 19:13 

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.