Click here to Skip to main content
15,902,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: REGEX Pin
immu516-Mar-09 10:44
immu516-Mar-09 10:44 
Question[Message Deleted] Pin
Richard Leighton16-Mar-09 5:10
Richard Leighton16-Mar-09 5:10 
AnswerRe: Frustrating! Datagrid - Get the information! Pin
led mike16-Mar-09 5:31
led mike16-Mar-09 5:31 
GeneralRe: Frustrating! Datagrid - Get the information! Pin
Richard Leighton16-Mar-09 7:09
Richard Leighton16-Mar-09 7:09 
GeneralRe: Frustrating! Datagrid - Get the information! Pin
led mike16-Mar-09 7:47
led mike16-Mar-09 7:47 
RantRe: Frustrating! Datagrid - Get the information! Pin
Richard Leighton16-Mar-09 7:49
Richard Leighton16-Mar-09 7:49 
GeneralRe: Frustrating! Datagrid - Get the information! Pin
led mike16-Mar-09 7:55
led mike16-Mar-09 7:55 
Question"ASP" Sending Email Doesn't deliver.. Pin
D.Manivelan16-Mar-09 5:05
D.Manivelan16-Mar-09 5:05 
Hi Friends,
I am using IIS Server with ASP, my mail code doesn't work whenever i send a mail it will go only Queue's folder it will not deliver.., but this code work well in my friend PC.
my OS Windows XP
Here My code
<%


Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="dmanivelan@siminfosystems.com"
myMail.To="dmanivelan@siminfosystems.com"
myMail.Bcc="dmanivelan@siminfosystems.com"
myMail.Cc="dmanivelan@siminfosystems.com"
myMail.TextBody="Testing." & Time
myMail.Send
set myMail=nothing


%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

Please Reply immediately...
AnswerDon't cross post Pin
led mike16-Mar-09 5:34
led mike16-Mar-09 5:34 
JokeRe: Don't cross post Pin
Yusuf16-Mar-09 9:03
Yusuf16-Mar-09 9:03 
Questionproblem with SMTP email --System.Net.Sockets.SocketException Pin
developer_zone116-Mar-09 4:35
developer_zone116-Mar-09 4:35 
AnswerRe: problem with SMTP email --System.Net.Sockets.SocketException Pin
Yusuf16-Mar-09 4:59
Yusuf16-Mar-09 4:59 
QuestionProblem in renaming CSV file after hosting ASP.NET application Pin
Rashmi_Karnam16-Mar-09 4:15
Rashmi_Karnam16-Mar-09 4:15 
AnswerRe: Problem in renaming CSV file after hosting ASP.NET application Pin
ToddHileHoffer16-Mar-09 4:24
ToddHileHoffer16-Mar-09 4:24 
GeneralRe: Problem in renaming CSV file after hosting ASP.NET application Pin
Rashmi_Karnam25-Mar-09 3:00
Rashmi_Karnam25-Mar-09 3:00 
GeneralRe: Problem in renaming CSV file after hosting ASP.NET application Pin
ToddHileHoffer25-Mar-09 4:40
ToddHileHoffer25-Mar-09 4:40 
GeneralRe: Problem in renaming CSV file after hosting ASP.NET application Pin
Rashmi_Karnam25-Mar-09 20:02
Rashmi_Karnam25-Mar-09 20:02 
QuestionRegarding Securint Web Services Pin
vinodkrebc16-Mar-09 2:40
vinodkrebc16-Mar-09 2:40 
AnswerRe: Regarding Securint Web Services Pin
SeMartens16-Mar-09 3:01
SeMartens16-Mar-09 3:01 
GeneralRe: Regarding Securint Web Services Pin
vinodkrebc16-Mar-09 17:54
vinodkrebc16-Mar-09 17:54 
GeneralRe: Regarding Securint Web Services Pin
SeMartens16-Mar-09 23:05
SeMartens16-Mar-09 23:05 
QuestionCapturing data programatically from pdf file in asp.net (XML format) Pin
_Sun16-Mar-09 2:31
_Sun16-Mar-09 2:31 
QuestionAjax enabled page stops responding after kept idle for some time. Pin
Member 56545116-Mar-09 2:12
Member 56545116-Mar-09 2:12 
AnswerRe: Ajax enabled page stops responding after kept idle for some time. Pin
led mike16-Mar-09 5:36
led mike16-Mar-09 5:36 
GeneralRe: Ajax enabled page stops responding after kept idle for some time. Pin
Member 56545116-Mar-09 18:49
Member 56545116-Mar-09 18:49 

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.