Click here to Skip to main content
15,895,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionkeeping track of clicked node in tree view to get data From SQL server accordingly Pin
EEmaan10-Feb-07 23:38
EEmaan10-Feb-07 23:38 
Questionhelp in keeping track of clicked node in tree view to get data From SQL server accordingly Pin
EEmaan10-Feb-07 23:34
EEmaan10-Feb-07 23:34 
QuestionServerside Testing Pin
Brendan Vogt10-Feb-07 18:35
Brendan Vogt10-Feb-07 18:35 
Questionwebservice response giving problem [modified] Pin
keroed_edmond10-Feb-07 11:21
keroed_edmond10-Feb-07 11:21 
QuestionNew to ASP.Net Pin
Member 344923110-Feb-07 8:46
Member 344923110-Feb-07 8:46 
AnswerRe: New to ASP.Net Pin
Guffa10-Feb-07 8:51
Guffa10-Feb-07 8:51 
QuestionWhat is a good way to send reminders??? Pin
code-frog10-Feb-07 4:05
professionalcode-frog10-Feb-07 4:05 
AnswerRe: What is a good way to send reminders??? Pin
Jon Sagara10-Feb-07 4:17
Jon Sagara10-Feb-07 4:17 
Ideally, you would write a Windows service to sit in the background and regularly check to see if any notifications need to be sent out.

If it were SQL Server, you could set up a Job to run at regular intervals.

However, if you're absolutely stuck, and out of options, and if the Web site receives a fair amount of evenly dispersed (time-wise) traffic, you can rely on the usage patterns to check for pending notifications. Not a great solution, and if traffic ever falls off, your notifications won't get sent out when they need to be.

I suppose you could also expose a public Web service, and then have an external app "ping" that Web service to tell the server to check for and send notifications.

Jon Sagara
Kittens give Morbo gas.
-- Morbo


Blog | Site | Articles

GeneralRe: What is a good way to send reminders??? Pin
code-frog10-Feb-07 7:09
professionalcode-frog10-Feb-07 7:09 
GeneralRe: What is a good way to send reminders??? Pin
Jon Sagara10-Feb-07 20:13
Jon Sagara10-Feb-07 20:13 
AnswerRe: What is a good way to send reminders??? Pin
Bassam Saoud10-Feb-07 7:46
Bassam Saoud10-Feb-07 7:46 
QuestionStrange problem in sending file attachment Pin
NetBot10-Feb-07 2:48
NetBot10-Feb-07 2:48 
AnswerRe: Strange problem in sending file attachment Pin
code-frog10-Feb-07 7:12
professionalcode-frog10-Feb-07 7:12 
GeneralRe: Strange problem in sending file attachment Pin
www.Developerof.NET10-Feb-07 15:45
www.Developerof.NET10-Feb-07 15:45 
GeneralRe: Strange problem in sending file attachment Pin
code-frog10-Feb-07 17:10
professionalcode-frog10-Feb-07 17:10 
GeneralRe: Strange problem in sending file attachment Pin
NetBot10-Feb-07 18:37
NetBot10-Feb-07 18:37 
GeneralRe: Strange problem in sending file attachment Pin
code-frog10-Feb-07 18:45
professionalcode-frog10-Feb-07 18:45 
GeneralRe: Strange problem in sending file attachment Pin
NetBot10-Feb-07 20:20
NetBot10-Feb-07 20:20 
AnswerRe: Strange problem in sending file attachment Pin
Grapes-R-Fun10-Feb-07 12:59
Grapes-R-Fun10-Feb-07 12:59 
QuestionTreeView in Asp.net Pin
Ancilla Menezes10-Feb-07 0:28
Ancilla Menezes10-Feb-07 0:28 
AnswerRe: TreeView in Asp.net Pin
B.A10-Feb-07 1:31
B.A10-Feb-07 1:31 
AnswerRe: TreeView in Asp.net Pin
Bassam Saoud10-Feb-07 8:09
Bassam Saoud10-Feb-07 8:09 
AnswerRe: TreeView in Asp.net Pin
just3ala211-Feb-07 1:46
just3ala211-Feb-07 1:46 
QuestionGetting physical path of virtual directory from other virtual directory Pin
uc_char10-Feb-07 0:07
uc_char10-Feb-07 0:07 
QuestionWeb Site Pin
Khan.Bangash9-Feb-07 23:56
Khan.Bangash9-Feb-07 23:56 

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.