Click here to Skip to main content
15,914,416 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Please HELP urgent prob with datepicker control on my form! Pin
N a v a n e e t h9-Dec-08 17:40
N a v a n e e t h9-Dec-08 17:40 
QuestionTrying to access a Repeater's HeaderTemplate controls from event fired in an ItemTemplate control Pin
Cyrilix9-Dec-08 10:51
Cyrilix9-Dec-08 10:51 
Questionemail script Pin
bjh299-Dec-08 9:13
bjh299-Dec-08 9:13 
AnswerRe: email script Pin
Christian Graus9-Dec-08 9:57
protectorChristian Graus9-Dec-08 9:57 
GeneralRe: email script Pin
bjh299-Dec-08 10:21
bjh299-Dec-08 10:21 
GeneralRe: email script Pin
Christian Graus9-Dec-08 11:16
protectorChristian Graus9-Dec-08 11:16 
GeneralRe: email script Pin
bjh299-Dec-08 11:57
bjh299-Dec-08 11:57 
GeneralRe: email script Pin
Christian Graus9-Dec-08 13:29
protectorChristian Graus9-Dec-08 13:29 
2 - there is no email sent if that setting is true. Only the object used to send mail is created

The place you're doing it is just silly. It is sent whenever the page unloads. The fact you get them when 0 records are changed, means the check if a controls text is Yes is not working. The code is either wrong, or the way it's being tracked, is a hack. The place to do this is an event handler for when the records are changed. If you send an email at all, it should be in the same code that saves a new record. Overall, I think you should be storing records in your DB to say that changes have occured, and perhaps have a windows service that once a day checks for rows that tell it updates occured, and send you one email to tell you a summary of changes for the day.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: email script Pin
bjh299-Dec-08 14:22
bjh299-Dec-08 14:22 
AnswerRe: email script Pin
N a v a n e e t h9-Dec-08 17:56
N a v a n e e t h9-Dec-08 17:56 
GeneralRe: email script Pin
bjh2910-Dec-08 3:17
bjh2910-Dec-08 3:17 
QuestionMaster Page - Beginner Question... Pin
AndyInUK9-Dec-08 7:55
AndyInUK9-Dec-08 7:55 
AnswerRe: Master Page - Beginner Question... Pin
Christian Graus9-Dec-08 9:58
protectorChristian Graus9-Dec-08 9:58 
QuestionProblem with German special character Pin
Kermit2119-Dec-08 6:18
Kermit2119-Dec-08 6:18 
AnswerRe: Problem with German special character Pin
led mike9-Dec-08 8:11
led mike9-Dec-08 8:11 
Questionneed to exit virtual directory Pin
Hanzaplast9-Dec-08 5:18
Hanzaplast9-Dec-08 5:18 
AnswerRe: need to exit virtual directory Pin
Christian Graus9-Dec-08 10:00
protectorChristian Graus9-Dec-08 10:00 
Questionlive web conferencing Pin
meghamaharshi9-Dec-08 2:11
meghamaharshi9-Dec-08 2:11 
AnswerRe: live web conferencing Pin
Abhijit Jana9-Dec-08 3:55
professionalAbhijit Jana9-Dec-08 3:55 
GeneralRe: live web conferencing Pin
meghamaharshi9-Dec-08 17:49
meghamaharshi9-Dec-08 17:49 
QuestionTextbox in Gridview.....On Tab out Data to be saved in Database...? Pin
codingrocks9-Dec-08 1:56
codingrocks9-Dec-08 1:56 
AnswerRe: Textbox in Gridview.....On Tab out Data to be saved in Database...? Pin
Brij9-Dec-08 2:04
mentorBrij9-Dec-08 2:04 
GeneralRe: Textbox in Gridview.....On Tab out Data to be saved in Database...? Pin
codingrocks9-Dec-08 2:11
codingrocks9-Dec-08 2:11 
GeneralRe: Textbox in Gridview.....On Tab out Data to be saved in Database...? Pin
Brij9-Dec-08 2:32
mentorBrij9-Dec-08 2:32 
QuestionProblem in downloading a file from FTP folder. Pin
kiran_kumar5389-Dec-08 1:12
kiran_kumar5389-Dec-08 1:12 

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.