Click here to Skip to main content
15,901,426 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: View State Pin
Jesse Squire3-Jul-06 3:28
Jesse Squire3-Jul-06 3:28 
QuestionDatagrid Problem Pin
Minuab3-Jul-06 1:32
Minuab3-Jul-06 1:32 
AnswerRe: Datagrid Problem Pin
amaneet3-Jul-06 1:40
amaneet3-Jul-06 1:40 
GeneralRe: Datagrid Problem Pin
Minuab3-Jul-06 1:53
Minuab3-Jul-06 1:53 
GeneralRe: Datagrid Problem Pin
murali.vemula3-Jul-06 2:10
murali.vemula3-Jul-06 2:10 
AnswerRe: Datagrid Problem Pin
Sushant Duggal3-Jul-06 1:52
Sushant Duggal3-Jul-06 1:52 
GeneralRe: Datagrid Problem Pin
Minuab3-Jul-06 2:04
Minuab3-Jul-06 2:04 
Questionmail sending problem Pin
amaneet3-Jul-06 1:20
amaneet3-Jul-06 1:20 
Sir,
I am using the following code for sending the mail.
Dim objMail As New MailMessage<br />
<br />
        objMail.From = "pankajgarg10@rediffmail.com"<br />
<br />
        objMail.To = "amaneet.brar@rediffmail.com"<br />
        objMail.BodyFormat = MailFormat.Text<br />
        objMail.Priority = MailPriority.High<br />
        objMail.Body = "This is my first email sent via ASP.net"<br />
        Dim smtp As SmtpMail<br />
        smtp.SmtpServer = "digitech"<br />
        smtp.Send(objMail.From, objMail.To, "abc", "wdc")


and there occurs the following error
The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for amaneet.brar@rediffmail.com


Please help
AnswerRe: mail sending problem Pin
Sushant Duggal3-Jul-06 1:43
Sushant Duggal3-Jul-06 1:43 
QuestionEditor like present in Microsoft Outlook.. Pin
Sushant Duggal3-Jul-06 1:18
Sushant Duggal3-Jul-06 1:18 
AnswerRe: Editor like present in Microsoft Outlook.. Pin
Jesse Squire3-Jul-06 3:44
Jesse Squire3-Jul-06 3:44 
QuestionSend a ASP.NET(1.x) mail with embedded images Pin
Sudhakar Pasupunuri3-Jul-06 0:38
Sudhakar Pasupunuri3-Jul-06 0:38 
AnswerRe: Send a ASP.NET(1.x) mail with embedded images Pin
Jesse Squire3-Jul-06 3:47
Jesse Squire3-Jul-06 3:47 
QuestionTo personalise the web page Pin
Sajitha K3-Jul-06 0:30
Sajitha K3-Jul-06 0:30 
QuestionI am a beginer.Help me Pin
aligatojohn3-Jul-06 0:26
aligatojohn3-Jul-06 0:26 
AnswerRe: I am a beginer.Help me Pin
Paddy Boyd3-Jul-06 2:04
Paddy Boyd3-Jul-06 2:04 
AnswerRe: I am a beginer.Help me Pin
Tarakeshwar Reddy3-Jul-06 2:04
professionalTarakeshwar Reddy3-Jul-06 2:04 
AnswerRe: I am a beginer.Help me Pin
Colin Angus Mackay3-Jul-06 2:28
Colin Angus Mackay3-Jul-06 2:28 
GeneralRe: I am a beginer.Help me Pin
aligatojohn3-Jul-06 21:10
aligatojohn3-Jul-06 21:10 
QuestionSpecefying Default Image Pin
Tiger4563-Jul-06 0:11
Tiger4563-Jul-06 0:11 
Questionformview with dropdownlist [modified] Pin
rajeev kumar sharma2-Jul-06 22:08
rajeev kumar sharma2-Jul-06 22:08 
QuestionAccess .net controls through Javascript?? Pin
Abubakarsb2-Jul-06 21:38
Abubakarsb2-Jul-06 21:38 
AnswerRe: Access .net controls through Javascript?? Pin
VenkataRamana.Gali2-Jul-06 22:11
VenkataRamana.Gali2-Jul-06 22:11 
GeneralRe: Access .net controls through Javascript?? Pin
Vasudevan Deepak Kumar2-Jul-06 23:23
Vasudevan Deepak Kumar2-Jul-06 23:23 
GeneralRe: Access .net controls through Javascript?? Pin
Abubakarsb3-Jul-06 0:18
Abubakarsb3-Jul-06 0:18 

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.