Click here to Skip to main content
15,912,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: not able to redirect pages in iframe Pin
rama charan7-Aug-07 9:16
rama charan7-Aug-07 9:16 
GeneralRe: not able to redirect pages in iframe Pin
Not Active7-Aug-07 9:48
mentorNot Active7-Aug-07 9:48 
GeneralRe: not able to redirect pages in iframe Pin
Guffa7-Aug-07 9:27
Guffa7-Aug-07 9:27 
GeneralRe: not able to redirect pages in iframe Pin
Not Active7-Aug-07 9:44
mentorNot Active7-Aug-07 9:44 
AnswerRe: not able to redirect pages in iframe Pin
Guffa7-Aug-07 12:27
Guffa7-Aug-07 12:27 
GeneralRe: not able to redirect pages in iframe Pin
Not Active7-Aug-07 15:15
mentorNot Active7-Aug-07 15:15 
GeneralRe: not able to redirect pages in iframe Pin
Guffa7-Aug-07 16:17
Guffa7-Aug-07 16:17 
QuestionEmail Pin
.NET- India 7-Aug-07 5:43
.NET- India 7-Aug-07 5:43 
Hello Everyone,

Can anybody let me know how to send the email to the sites like yahoo,gmail.....


I'm sending my code below plz have a look and let me know the problems in my code
I'm getting the error
Could not access 'CDO.Message' object.




MailMessage mail=new MailMessage();
mail.To="msb1984_620@yahoo.com";

mail.From="Manoj Bisht";
mail.Subject="Default Page";
mail.Priority=MailPriority.High;

mail.Body="Hello How R U Manoj Bisht";

try
{
SmtpMail.SmtpServer="mail.yahoo.com";
SmtpMail.Send(mail);
lblMsg.Text="Record Saved Successfully";
lblMsg.ForeColor=Color.Green;
}
catch(Exception ex)
{
lblMsg.Text=ex.Message.ToString();
lblMsg.ForeColor=Color.Red;
}
AnswerRe: Email Pin
ToddHileHoffer7-Aug-07 7:46
ToddHileHoffer7-Aug-07 7:46 
QuestionIIS alternatives... Pin
Rob 387-Aug-07 5:27
Rob 387-Aug-07 5:27 
AnswerRe: IIS alternatives... Pin
originSH7-Aug-07 6:31
originSH7-Aug-07 6:31 
GeneralRe: IIS alternatives... Pin
Rob 387-Aug-07 22:45
Rob 387-Aug-07 22:45 
Questioninterval in dundas charts.. Pin
hkchauhan7-Aug-07 5:07
hkchauhan7-Aug-07 5:07 
Questionhow to reach a UserControl by a Repeater??? Pin
Deeloc7-Aug-07 4:34
Deeloc7-Aug-07 4:34 
AnswerRe: how to reach a UserControl by a Repeater??? Pin
ToddHileHoffer7-Aug-07 7:49
ToddHileHoffer7-Aug-07 7:49 
QuestionRetaining the dynamic controls Pin
sathyanarayanan_v047-Aug-07 4:02
sathyanarayanan_v047-Aug-07 4:02 
AnswerRe: Retaining the dynamic controls Pin
bit_cmdr7-Aug-07 5:42
bit_cmdr7-Aug-07 5:42 
QuestionNo connection could be made because the target machine actively refused it Pin
Daniel_Logan7-Aug-07 4:01
Daniel_Logan7-Aug-07 4:01 
GeneralRe: No connection could be made because the target machine actively refused it Pin
Guffa7-Aug-07 4:41
Guffa7-Aug-07 4:41 
QuestionPaging in a DataList Control Pin
postmaster@programmingknowledge.com7-Aug-07 4:00
postmaster@programmingknowledge.com7-Aug-07 4:00 
QuestionGridview Rowcommand - Javascript (window.open) Pin
Md Arif7-Aug-07 3:32
Md Arif7-Aug-07 3:32 
AnswerRe: Gridview Rowcommand - Javascript (window.open) Pin
Imran Khan Pathan7-Aug-07 3:53
Imran Khan Pathan7-Aug-07 3:53 
QuestionAbout SQL server reporting Pin
SNSDeveloper7-Aug-07 3:04
SNSDeveloper7-Aug-07 3:04 
Questionhow can i check the hperlinks in PDF using .Net 2.0 Pin
koolprasad20037-Aug-07 2:30
professionalkoolprasad20037-Aug-07 2:30 
QuestionResolveAssemblyReference Exception Pin
ali bagheri7-Aug-07 2:09
ali bagheri7-Aug-07 2:09 

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.