Click here to Skip to main content
16,016,760 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: context menu on webpage Pin
Swapnil Piparia23-Jan-07 2:03
Swapnil Piparia23-Jan-07 2:03 
Questioni want to refresh the page of asp.net without blinking. Pin
sathyan_829422-Jan-07 21:57
sathyan_829422-Jan-07 21:57 
AnswerRe: i want to refresh the page of asp.net without blinking. Pin
Guffa22-Jan-07 22:25
Guffa22-Jan-07 22:25 
Questionwhat is the solution Pin
sathyan_829422-Jan-07 21:56
sathyan_829422-Jan-07 21:56 
AnswerRe: what is the solution Pin
kirthikirthi23-Jan-07 0:23
kirthikirthi23-Jan-07 0:23 
QuestionMissing an assembly reference Pin
nclauder22-Jan-07 21:48
nclauder22-Jan-07 21:48 
Questionproblem in ajax enabled site Pin
abulhassan_shock22-Jan-07 21:43
abulhassan_shock22-Jan-07 21:43 
Question[.Net 2.0] Mailmessage only sends to 1 receiptent Pin
Remc022-Jan-07 21:35
Remc022-Jan-07 21:35 
I'm trying to send an email from a website with mailmessage.
It works all fine, but...
Only 1 recipient will get the message.
Other recipients or cc's won't get delivered.
The recipient that gets the email can see in the header that the message is send to multiple recipients and cc's.
I'm sure the email adresses are correct. I tried sending them in the same domain, other domains etc...
When I send the message to a file, it also looks OK.
There are also no errors thrown.
What am I doing wrong ?
Const ToAddress As String = "remco@a.nl" 
Const fromaddress As String = "test@a.nl" 

Dim mm As New MailMessage(fromaddress, ToAddress) 
mm.CC.Add(New MailAddress("corinda@a.nl")) 
mm.To.Add(New MailAddress("corinda@a.nl", "Jan A")) 

mm.Subject = "onderwerp" 
mm.Body = "Inhoud" 
mm.IsBodyHtml = False 

Dim smtp As New SmtpClient 
smtp.Send(mm)

QuestionAbout Online Payments Pin
BINOVAR22-Jan-07 21:35
BINOVAR22-Jan-07 21:35 
AnswerRe: About Online Payments Pin
Swapnil Piparia23-Jan-07 2:33
Swapnil Piparia23-Jan-07 2:33 
GeneralRe: About Online Payments Pin
BINOVAR23-Jan-07 16:50
BINOVAR23-Jan-07 16:50 
GeneralRe: About Online Payments Pin
BINOVAR24-Jan-07 6:18
BINOVAR24-Jan-07 6:18 
QuestionHow to set .jpg as page backgound . Pin
mohd imran abdul aziz22-Jan-07 20:34
mohd imran abdul aziz22-Jan-07 20:34 
AnswerRe: How to set .jpg as page backgound . Pin
Tamimi - Code22-Jan-07 20:54
Tamimi - Code22-Jan-07 20:54 
QuestionRetaining Session Values after Expiry Pin
Sathiyaraj Ganesan22-Jan-07 20:05
Sathiyaraj Ganesan22-Jan-07 20:05 
AnswerRe: Retaining Session Values after Expiry Pin
Parwej Ahamad22-Jan-07 20:45
professionalParwej Ahamad22-Jan-07 20:45 
QuestionFloat difference Pin
Member 375212522-Jan-07 19:13
Member 375212522-Jan-07 19:13 
AnswerRe: Float difference Pin
Guffa22-Jan-07 19:33
Guffa22-Jan-07 19:33 
QuestionRegarding IE problem Pin
dayakar_dn22-Jan-07 19:02
dayakar_dn22-Jan-07 19:02 
QuestionRunning Error on ASP.NET Pin
Praveen 12322-Jan-07 17:36
Praveen 12322-Jan-07 17:36 
AnswerRe: Running Error on ASP.NET Pin
Christian Graus22-Jan-07 17:42
protectorChristian Graus22-Jan-07 17:42 
GeneralRe: Running Error on ASP.NET Pin
Praveen 12322-Jan-07 19:02
Praveen 12322-Jan-07 19:02 
GeneralRe: Running Error on ASP.NET Pin
Christian Graus22-Jan-07 19:35
protectorChristian Graus22-Jan-07 19:35 
GeneralRe: Running Error on ASP.NET Pin
Praveen 12322-Jan-07 19:59
Praveen 12322-Jan-07 19:59 
GeneralRe: Running Error on ASP.NET Pin
Christian Graus22-Jan-07 20:02
protectorChristian Graus22-Jan-07 20:02 

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.