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

ASP.NET

 
QuestionMaster page div tag Pin
mpavas26-Sep-07 3:16
mpavas26-Sep-07 3:16 
AnswerRe: Master page div tag Pin
N a v a n e e t h26-Sep-07 3:49
N a v a n e e t h26-Sep-07 3:49 
QuestionCustomer can make changes to asp .net page Pin
dptalt26-Sep-07 3:00
dptalt26-Sep-07 3:00 
AnswerRe: Customer can make changes to asp .net page Pin
Christian Graus26-Sep-07 3:08
protectorChristian Graus26-Sep-07 3:08 
GeneralRe: Customer can make changes to asp .net page Pin
dptalt26-Sep-07 5:54
dptalt26-Sep-07 5:54 
Questionwht's the difff.. Pin
ajsgja26-Sep-07 2:30
ajsgja26-Sep-07 2:30 
AnswerRe: wht's the difff.. Pin
Christian Graus26-Sep-07 2:36
protectorChristian Graus26-Sep-07 2:36 
QuestionSending mail from an application using SMTP in ASP.Net [modified] Pin
Sivan.G26-Sep-07 2:12
Sivan.G26-Sep-07 2:12 
Hi
i'm trying to send mail to an gmail or yahoo id from an ASP.Net application by SMTP service using the following code..

Dim msg As New Net.Mail.MailMessage(TextBox1.Text, TextBox2.Text, TextBox3.Text, TextBox4.Text)<br />
<br />
        Dim mySmtp As New Net.Mail.SmtpClient("IP ADDRESS")<br />
        Try<br />
            mySmtp.Send(msg)<br />
            Label5.Text = "Mail Sent"<br />
        Catch ex As Exception<br />
            Label5.Text = ex.Message<br />
        End Try

but it returns me the following error
Mailbox unavailable. The server response was: 5.7.1 Unable to relay for toMAILID



Thanks in advance
Regards
Sivan.G


-- modified at 23:58 Wednesday 26th September, 2007
AnswerRe: Sending mail from an application using SMTP in ASP.Net Pin
Sam Xavier26-Sep-07 5:52
Sam Xavier26-Sep-07 5:52 
GeneralRe: Sending mail from an application using SMTP in ASP.Net Pin
Sivan.G26-Sep-07 18:20
Sivan.G26-Sep-07 18:20 
QuestionPass value from one frame to another Pin
deep726-Sep-07 1:25
deep726-Sep-07 1:25 
AnswerRe: Pass value from one frame to another Pin
Imran Khan Pathan26-Sep-07 2:19
Imran Khan Pathan26-Sep-07 2:19 
AnswerRe: Pass value from one frame to another Pin
N a v a n e e t h26-Sep-07 3:53
N a v a n e e t h26-Sep-07 3:53 
Questionhow to add child node in treeview on buttom click Pin
Piyush Vardhan Singh26-Sep-07 1:08
Piyush Vardhan Singh26-Sep-07 1:08 
AnswerRe: how to add child node in treeview on buttom click Pin
Jintal Patel26-Sep-07 19:37
Jintal Patel26-Sep-07 19:37 
QuestionJavaScript with DropDownList Pin
Mahesh.J26-Sep-07 0:59
Mahesh.J26-Sep-07 0:59 
AnswerRe: JavaScript with DropDownList Pin
kapil bhatnagar26-Sep-07 1:15
kapil bhatnagar26-Sep-07 1:15 
GeneralRe: JavaScript with DropDownList Pin
Mahesh.J26-Sep-07 1:40
Mahesh.J26-Sep-07 1:40 
GeneralRe: JavaScript with DropDownList [modified] Pin
Sandeep Akhare26-Sep-07 2:24
Sandeep Akhare26-Sep-07 2:24 
QuestionWhat's the Difference between an asp:Literal control and an asp:Localize control? Pin
Mustafa Ismail Mustafa26-Sep-07 0:50
Mustafa Ismail Mustafa26-Sep-07 0:50 
AnswerRe: What's the Difference between an asp:Literal control and an asp:Localize control? Pin
ShruthiLavan26-Sep-07 21:34
ShruthiLavan26-Sep-07 21:34 
QuestionHow to change the stored procedure dynamically? Pin
Affan Toor26-Sep-07 0:48
Affan Toor26-Sep-07 0:48 
AnswerRe: How to change the stored procedure dynamically? Pin
N a v a n e e t h26-Sep-07 4:00
N a v a n e e t h26-Sep-07 4:00 
GeneralRe: How to change the stored procedure dynamically? Pin
Affan Toor28-Sep-07 0:23
Affan Toor28-Sep-07 0:23 
QuestionASP.net TreeView Problem in Mozilla Pin
kapil bhatnagar26-Sep-07 0:42
kapil bhatnagar26-Sep-07 0:42 

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.