Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioninsert the selected values from the checkboxlist into database Pin
rameshdontagani5-Nov-07 21:33
rameshdontagani5-Nov-07 21:33 
AnswerRe: insert the selected values from the checkboxlist into database Pin
Piyush Vardhan Singh5-Nov-07 21:40
Piyush Vardhan Singh5-Nov-07 21:40 
GeneralRe: insert the selected values from the checkboxlist into database Pin
rameshdontagani5-Nov-07 21:41
rameshdontagani5-Nov-07 21:41 
GeneralRe: insert the selected values from the checkboxlist into database Pin
Piyush Vardhan Singh5-Nov-07 21:53
Piyush Vardhan Singh5-Nov-07 21:53 
Answerinsert the selected values from the checkboxlist into database Pin
Sarani Ravindran5-Nov-07 21:50
Sarani Ravindran5-Nov-07 21:50 
GeneralRe: insert the selected values from the checkboxlist into database Pin
rameshdontagani5-Nov-07 22:23
rameshdontagani5-Nov-07 22:23 
Generalinsert the selected values from the checkboxlist into database Pin
Sarani Ravindran5-Nov-07 22:31
Sarani Ravindran5-Nov-07 22:31 
QuestionEmail from web (urgent!!!!!!!!) Pin
Milind Panchal5-Nov-07 20:38
Milind Panchal5-Nov-07 20:38 
Hi,

I wrote the code for email as follows

Dim mymsg As New MailMessage
mymsg.To = txtTo.Text
mymsg.From = txtFrom.Text
mymsg.Cc = txtCC.Text
mymsg.Subject = txtSubject.Text

mymsg.Body = "Please, click the following link to open report. " & Label2.Text & " This report is sent to you from " & txtTo.Text

SmtpMail.SmtpServer = "127.0.0.1"
SmtpMail.Send(mymsg)
txtTo.Text = ""
txtFrom.Text() = ""
txtCC.Text = ""
txtSubject.Text = ""
But I got the error as..................

"The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available"

Can any one give me solution for this??????????????

Thanks in advanceConfused | :confused:
AnswerRe: Email from web (urgent!!!!!!!!) Pin
soni uma5-Nov-07 20:52
soni uma5-Nov-07 20:52 
AnswerRe: Email from web (urgent!!!!!!!!) Pin
Vasudevan Deepak Kumar5-Nov-07 21:11
Vasudevan Deepak Kumar5-Nov-07 21:11 
QuestionHow to align menu item [modified] Pin
gunaarun5-Nov-07 20:28
gunaarun5-Nov-07 20:28 
AnswerRe: How to align menu item Pin
soni uma5-Nov-07 20:34
soni uma5-Nov-07 20:34 
GeneralRe: How to align menu item Pin
gunaarun5-Nov-07 20:58
gunaarun5-Nov-07 20:58 
GeneralRe: How to align menu item Pin
soni uma5-Nov-07 22:19
soni uma5-Nov-07 22:19 
Questiontype validations Pin
Sonia Gupta5-Nov-07 20:19
Sonia Gupta5-Nov-07 20:19 
AnswerRe: type validations Pin
N a v a n e e t h5-Nov-07 20:24
N a v a n e e t h5-Nov-07 20:24 
GeneralRe: type validations Pin
Sonia Gupta5-Nov-07 20:29
Sonia Gupta5-Nov-07 20:29 
GeneralRe: type validations Pin
Sonia Gupta5-Nov-07 20:58
Sonia Gupta5-Nov-07 20:58 
AnswerRe: type validations Pin
Imran Khan Pathan5-Nov-07 20:57
Imran Khan Pathan5-Nov-07 20:57 
GeneralRe: type validations Pin
Sonia Gupta5-Nov-07 21:02
Sonia Gupta5-Nov-07 21:02 
GeneralRe: type validations Pin
N a v a n e e t h5-Nov-07 21:10
N a v a n e e t h5-Nov-07 21:10 
GeneralRe: type validations Pin
Sonia Gupta5-Nov-07 21:46
Sonia Gupta5-Nov-07 21:46 
GeneralRe: type validations Pin
Piyush Vardhan Singh5-Nov-07 21:58
Piyush Vardhan Singh5-Nov-07 21:58 
GeneralRe: type validations Pin
Christian Graus5-Nov-07 21:41
protectorChristian Graus5-Nov-07 21:41 
QuestionMicrosoft OLE DB Provider for ODBC Drivers Error Pin
Kiran S. S.5-Nov-07 20:00
Kiran S. S.5-Nov-07 20:00 

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.