Click here to Skip to main content
15,912,312 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: is it possible two modalbox in html page Pin
led mike5-Mar-08 6:30
led mike5-Mar-08 6:30 
GeneralRe: is it possible two modalbox in html page Pin
Shog95-Mar-08 6:44
sitebuilderShog95-Mar-08 6:44 
GeneralRe: is it possible two modalbox in html page Pin
Vasudevan Deepak Kumar5-Mar-08 19:20
Vasudevan Deepak Kumar5-Mar-08 19:20 
GeneralRe: is it possible two modalbox in html page Pin
absprogrammer5-Mar-08 23:27
absprogrammer5-Mar-08 23:27 
QuestionWebsite browsing from mobile Pin
prarth4-Mar-08 23:39
prarth4-Mar-08 23:39 
GeneralRe: Website browsing from mobile Pin
Vasudevan Deepak Kumar5-Mar-08 4:39
Vasudevan Deepak Kumar5-Mar-08 4:39 
GeneralRe: Website browsing from mobile Pin
prarth5-Mar-08 20:38
prarth5-Mar-08 20:38 
Generalsending mail from asp.net page Pin
Asit0074-Mar-08 20:20
Asit0074-Mar-08 20:20 
hi,

i have to send mail from asp.net page, i am working on aps.net 2.0 framework
i am writing the code and also getting mesage that messege sent successfuly, but actually the message was not sent

i am writing the folowing code
______________________________________
try
{
MailMessage nda = new MailMessage();
nda.To = "akumar@nevagroup.com";
nda.From = "vkapoor@nevagroup.com";
nda.Subject = "Hello";
SmtpMail.Send(nda);
Response.Write("Email was sent successfully");
}
catch (Exception ex)
{
Response.Write(ex.Message);
}
_________________________________________

please tell me what wrong with this code also tell me what to give the name of the Local server and port number ?
also tell me how to send bulk mail (to 1000 users at a time) ?

please reply at akumar@nevagroup.com

Asit Kumar
GeneralRe: sending mail from asp.net page Pin
Vasudevan Deepak Kumar5-Mar-08 4:40
Vasudevan Deepak Kumar5-Mar-08 4:40 
GeneralRe: sending mail from asp.net page Pin
Nilesh Hapse5-Mar-08 19:25
Nilesh Hapse5-Mar-08 19:25 
QuestionWhat is the difference between Ajax and Javascript? Pin
meeram3954-Mar-08 18:51
meeram3954-Mar-08 18:51 
AnswerRe: What is the difference between Ajax and Javascript? Pin
Johnny ²4-Mar-08 19:38
Johnny ²4-Mar-08 19:38 
AnswerRe: What is the difference between Ajax and Javascript? Pin
Vasudevan Deepak Kumar5-Mar-08 4:41
Vasudevan Deepak Kumar5-Mar-08 4:41 
AnswerRe: What is the difference between Ajax and Javascript? Pin
lbothell11-Mar-08 7:50
lbothell11-Mar-08 7:50 
GeneralDLLHosts.exe killing server processor Pin
JacquesDP4-Mar-08 18:38
JacquesDP4-Mar-08 18:38 
QuestionRe: DLLHosts.exe killing server processor Pin
Vasudevan Deepak Kumar5-Mar-08 19:21
Vasudevan Deepak Kumar5-Mar-08 19:21 
QuestionASP SMTP Emailer w/ Attachment Pin
aztazm4-Mar-08 16:17
aztazm4-Mar-08 16:17 
GeneralRe: ASP SMTP Emailer w/ Attachment Pin
Vasudevan Deepak Kumar5-Mar-08 19:22
Vasudevan Deepak Kumar5-Mar-08 19:22 
QuestionPlease help: Flash display problems - with DHTML on page - apple firefox only Pin
watchinthegame4-Mar-08 11:21
watchinthegame4-Mar-08 11:21 
GeneralRe: Please help: Flash display problems - with DHTML on page - apple firefox only Pin
Vasudevan Deepak Kumar5-Mar-08 19:24
Vasudevan Deepak Kumar5-Mar-08 19:24 
QuestionI need some help declaring a WSDL type Pin
theheartcollector4-Mar-08 5:53
theheartcollector4-Mar-08 5:53 
NewsRe: I need some help declaring a WSDL type Pin
theheartcollector4-Mar-08 12:29
theheartcollector4-Mar-08 12:29 
Generalpassing values to XML file in asp.net webpage using C# Pin
elizabethsheeba4-Mar-08 4:04
elizabethsheeba4-Mar-08 4:04 
GeneralRe: passing values to XML file in asp.net webpage using C# Pin
Christian Graus4-Mar-08 9:37
protectorChristian Graus4-Mar-08 9:37 
GeneralRe: passing values to XML file in asp.net webpage using C# Pin
elizabethsheeba4-Mar-08 13:57
elizabethsheeba4-Mar-08 13:57 

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.