Click here to Skip to main content
15,885,309 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Opening a excel file through webservice Pin
lavankumar11-Dec-08 23:18
lavankumar11-Dec-08 23:18 
GeneralRe: Opening a excel file through webservice Pin
_AK_11-Dec-08 23:34
_AK_11-Dec-08 23:34 
GeneralRe: Opening a excel file through webservice Pin
Christian Graus11-Dec-08 23:38
protectorChristian Graus11-Dec-08 23:38 
QuestionDropdown in GridView template Column Pin
codingrocks11-Dec-08 20:18
codingrocks11-Dec-08 20:18 
AnswerRe: Dropdown in GridView template Column Pin
Parwej Ahamad11-Dec-08 20:31
professionalParwej Ahamad11-Dec-08 20:31 
GeneralRe: Dropdown in GridView template Column Pin
codingrocks11-Dec-08 21:09
codingrocks11-Dec-08 21:09 
GeneralRe: Dropdown in GridView template Column Pin
Nishant Singh11-Dec-08 22:11
Nishant Singh11-Dec-08 22:11 
Questionmail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
MS Lee11-Dec-08 20:04
MS Lee11-Dec-08 20:04 
Dim SendFrom As MailAddress = New MailAddress(txtFrom.Text)
Dim SendTo As MailAddress = New MailAddress(txtTo.Text)

Dim MyMessage As MailMessage = New MailMessage(SendFrom, SendTo)

MyMessage.Subject = txtSubject.Text
MyMessage.Body = txtBody.Text

Dim attachFile As New Attachment(txtAttachmentPath.Text)
MyMessage.Attachments.Add(attachFile)

Dim emailClient As New SmtpClient(txtSMTPServer.Text)
emailClient.Send(MyMessage)

above is my code, while i run this am getting the below error
"mail box unavailable,The server response was: 5.7.1 Unable to relay for murali.sg@gmail.com"

is there any solutions..?

self confidence+hard work=SUCCESS

AnswerRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
Brij11-Dec-08 20:14
mentorBrij11-Dec-08 20:14 
GeneralRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
MS Lee11-Dec-08 20:21
MS Lee11-Dec-08 20:21 
GeneralRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
Brij11-Dec-08 20:35
mentorBrij11-Dec-08 20:35 
AnswerRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
Abhijit Jana11-Dec-08 20:30
professionalAbhijit Jana11-Dec-08 20:30 
GeneralRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
MS Lee11-Dec-08 20:33
MS Lee11-Dec-08 20:33 
GeneralRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
Abhijit Jana11-Dec-08 21:40
professionalAbhijit Jana11-Dec-08 21:40 
AnswerRe: mail attachment problem(mail box unavailable,The server response was: 5.7.1 Unable to relay) Pin
RichardGrimmer12-Dec-08 4:46
RichardGrimmer12-Dec-08 4:46 
Questionhow I find all Control's ID and TEXT ? Pin
Ravi Munde11-Dec-08 19:22
Ravi Munde11-Dec-08 19:22 
AnswerRe: how I find all Control's ID and TEXT ? Pin
Parwej Ahamad11-Dec-08 19:35
professionalParwej Ahamad11-Dec-08 19:35 
AnswerRe: how I find all Control's ID and TEXT ? Pin
Brij11-Dec-08 20:08
mentorBrij11-Dec-08 20:08 
Questionunable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
surender.m11-Dec-08 19:10
surender.m11-Dec-08 19:10 
AnswerRe: unable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
Parwej Ahamad11-Dec-08 19:28
professionalParwej Ahamad11-Dec-08 19:28 
GeneralRe: unable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
surender.m11-Dec-08 19:32
surender.m11-Dec-08 19:32 
GeneralRe: unable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
Parwej Ahamad11-Dec-08 19:40
professionalParwej Ahamad11-Dec-08 19:40 
GeneralRe: unable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
surender.m11-Dec-08 19:49
surender.m11-Dec-08 19:49 
GeneralRe: unable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
Parwej Ahamad11-Dec-08 19:59
professionalParwej Ahamad11-Dec-08 19:59 
AnswerRe: unable to access htmlinputhidden value b/w postbacks in Content page of a Master Pin
Brij11-Dec-08 19:58
mentorBrij11-Dec-08 19:58 

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.