Click here to Skip to main content
15,890,123 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondatagrid Pin
csp24-Jul-08 0:20
csp24-Jul-08 0:20 
AnswerRe: datagrid Pin
Christian Graus24-Jul-08 0:23
protectorChristian Graus24-Jul-08 0:23 
Questiondisplaying tables in two different browsers Pin
eyeseetee24-Jul-08 0:11
eyeseetee24-Jul-08 0:11 
AnswerRe: displaying tables in two different browsers Pin
Christian Graus24-Jul-08 0:16
protectorChristian Graus24-Jul-08 0:16 
Questionhow to send mail with target date +.net with c# Pin
sugunavathysubramanian23-Jul-08 23:44
sugunavathysubramanian23-Jul-08 23:44 
AnswerRe: how to send mail with target date +.net with c# Pin
Christian Graus24-Jul-08 0:05
protectorChristian Graus24-Jul-08 0:05 
AnswerRe: how to send mail with target date +.net with c# Pin
Member 387988124-Jul-08 0:13
Member 387988124-Jul-08 0:13 
GeneralRe: how to send mail with target date +.net with c# Pin
sugunavathysubramanian24-Jul-08 0:32
sugunavathysubramanian24-Jul-08 0:32 
hai mahesh,

i am using sql server,


string date = string.Format("{0:MM/dd/yyyy}", DateTime.Now);
string senddate="27/7/2008";
if (senddate==date)
{

MailMessage mailMessage = new MailMessage();
mailMessage.From = "";
mailMessage.To = "";
mailMessage.Subject = "hai";
mailMessage.Body ="hello";
mailMessage.BodyFormat = MailFormat.Html;
mailMessage.Priority = MailPriority.High;
SmtpMail.Send(mailMessage);


}

i wrote code in page_load event.i host the project in server it will work or not.
replay...thanks .
GeneralRe: how to send mail with target date +.net with c# Pin
Christian Graus24-Jul-08 1:05
protectorChristian Graus24-Jul-08 1:05 
GeneralRe: how to send mail with target date +.net with c# Pin
Kannan.Coder24-Jul-08 1:26
Kannan.Coder24-Jul-08 1:26 
GeneralRe: how to send mail with target date +.net with c# Pin
Christian Graus24-Jul-08 1:28
protectorChristian Graus24-Jul-08 1:28 
GeneralRe: how to send mail with target date +.net with c# Pin
Kannan.Coder24-Jul-08 1:43
Kannan.Coder24-Jul-08 1:43 
GeneralRe: how to send mail with target date +.net with c# Pin
eyeseetee24-Jul-08 2:14
eyeseetee24-Jul-08 2:14 
GeneralRe: how to send mail with target date +.net with c# Pin
Kannan.Coder24-Jul-08 2:25
Kannan.Coder24-Jul-08 2:25 
GeneralRe: how to send mail with target date +.net with c# Pin
Member 387988124-Jul-08 19:49
Member 387988124-Jul-08 19:49 
Questionselecting the multiple items in the list box Pin
gottimukkala23-Jul-08 23:18
gottimukkala23-Jul-08 23:18 
AnswerRe: selecting the multiple items in the list box Pin
Christian Graus24-Jul-08 0:06
protectorChristian Graus24-Jul-08 0:06 
Questionhow to upload image by using user control Pin
gaurav mangal23-Jul-08 22:56
gaurav mangal23-Jul-08 22:56 
AnswerRe: how to upload image by using user control Pin
Christian Graus24-Jul-08 0:07
protectorChristian Graus24-Jul-08 0:07 
GeneralRe: how to upload image by using user control Pin
gaurav mangal24-Jul-08 2:38
gaurav mangal24-Jul-08 2:38 
QuestionLocalization: structure of resources Pin
gnjunge23-Jul-08 22:25
gnjunge23-Jul-08 22:25 
QuestionRadcombo Client ID Pin
samerh23-Jul-08 21:55
samerh23-Jul-08 21:55 
AnswerRe: Radcombo Client ID Pin
Imran Khan Pathan23-Jul-08 22:03
Imran Khan Pathan23-Jul-08 22:03 
GeneralRe: Radcombo Client ID Pin
samerh23-Jul-08 22:07
samerh23-Jul-08 22:07 
GeneralRe: Radcombo Client ID Pin
Imran Khan Pathan23-Jul-08 22:34
Imran Khan Pathan23-Jul-08 22:34 

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.