Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
AnswerRe: disable button on one webform from other Pin
duncanmhor19-Nov-07 5:40
duncanmhor19-Nov-07 5:40 
Questionhow can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer19-Nov-07 3:08
Rajeshwar Code- Developer19-Nov-07 3:08 
AnswerRe: how can i send mails automatically in web application using C# code. Pin
Pete O'Hanlon19-Nov-07 3:39
mvePete O'Hanlon19-Nov-07 3:39 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
led mike19-Nov-07 4:37
led mike19-Nov-07 4:37 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Pete O'Hanlon19-Nov-07 10:12
mvePete O'Hanlon19-Nov-07 10:12 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer19-Nov-07 21:22
Rajeshwar Code- Developer19-Nov-07 21:22 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer19-Nov-07 21:24
Rajeshwar Code- Developer19-Nov-07 21:24 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Pete O'Hanlon19-Nov-07 22:07
mvePete O'Hanlon19-Nov-07 22:07 
If you want to do this without SQL Server, you are going to have to write a Windows Service that runs all the time. Inside the service, you need to run a timer which fires periodically. When it fires, you need to check the current time and send your mail message if it's appropriate. Hint: take a look at the MailMessage or SmtpMail class to figure out how to send your message.

Rajeshwar Developer wrote:
i need code with sql server or without sql server..


You're not going to get the code. We don't write software for others - if you need this then you should go to rentacoder. We are a volunteer only forum and people here don't have time to write the software for you; and please - don't say it's urgent. Every post is urgent for somebody - you are more likely to antagonize people by saying this.

Deja View - the feeling that you've seen this post before.

My blog | My articles


GeneralRe: how can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer19-Nov-07 22:13
Rajeshwar Code- Developer19-Nov-07 22:13 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Pete O'Hanlon19-Nov-07 22:26
mvePete O'Hanlon19-Nov-07 22:26 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer19-Nov-07 22:42
Rajeshwar Code- Developer19-Nov-07 22:42 
GeneralRe: how can i send mails automatically in web application using C# code. Pin
Rajeshwar Code- Developer19-Nov-07 22:45
Rajeshwar Code- Developer19-Nov-07 22:45 
Questionhow to detarmine mouse event in c# Pin
amit_8319-Nov-07 3:04
amit_8319-Nov-07 3:04 
AnswerRe: how to detarmine mouse event in c# Pin
Bekjong19-Nov-07 3:42
Bekjong19-Nov-07 3:42 
QuestionWhen is the PictureBox redrawn? Pin
SeeBees19-Nov-07 2:57
SeeBees19-Nov-07 2:57 
AnswerRe: When is the PictureBox redrawn? Pin
benjymous19-Nov-07 3:27
benjymous19-Nov-07 3:27 
QuestionFileSystemWatcher vs. Own file system polling Pin
C-Scharbe19-Nov-07 2:42
C-Scharbe19-Nov-07 2:42 
AnswerRe: FileSystemWatcher vs. Own file system polling Pin
jmhamm19-Nov-07 5:05
jmhamm19-Nov-07 5:05 
GeneralRe: FileSystemWatcher vs. Own file system polling Pin
C-Scharbe19-Nov-07 5:10
C-Scharbe19-Nov-07 5:10 
GeneralRe: FileSystemWatcher vs. Own file system polling Pin
jmhamm19-Nov-07 5:28
jmhamm19-Nov-07 5:28 
AnswerRe: FileSystemWatcher vs. Own file system polling Pin
mav.northwind19-Nov-07 5:12
mav.northwind19-Nov-07 5:12 
AnswerRe: Marshell.sizeof exception Pin
Pete O'Hanlon19-Nov-07 2:37
mvePete O'Hanlon19-Nov-07 2:37 
QuestionINBOUND XML Pin
kibromg19-Nov-07 2:13
kibromg19-Nov-07 2:13 
QuestionHow to find the current user domain Pin
NK719-Nov-07 1:54
NK719-Nov-07 1:54 
AnswerRe: How to find the current user domain Pin
originSH19-Nov-07 2:18
originSH19-Nov-07 2:18 

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.