Click here to Skip to main content
15,908,661 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Save And Read Image Into SQL Server 2000 Database Pin
Mike Ellison15-Aug-06 14:06
Mike Ellison15-Aug-06 14:06 
QuestionSecurity & WebServices Pin
JettFree15-Aug-06 6:32
JettFree15-Aug-06 6:32 
QuestionHTML coding Pin
lehya15-Aug-06 6:31
lehya15-Aug-06 6:31 
AnswerRe: HTML coding Pin
Guffa15-Aug-06 8:50
Guffa15-Aug-06 8:50 
Questionreceiving email in ASP.NET - how do I schedule checking? Pin
Warren Stevens15-Aug-06 5:34
Warren Stevens15-Aug-06 5:34 
AnswerRe: receiving email in ASP.NET - how do I schedule checking? Pin
Mike Ellison15-Aug-06 5:53
Mike Ellison15-Aug-06 5:53 
GeneralRe: receiving email in ASP.NET - how do I schedule checking? Pin
Warren Stevens15-Aug-06 6:00
Warren Stevens15-Aug-06 6:00 
GeneralRe: receiving email in ASP.NET - how do I schedule checking? Pin
Mike Ellison15-Aug-06 6:23
Mike Ellison15-Aug-06 6:23 
It would be worth discussing it with your host; your host may very well provide some kind of scheduled task service themselves.

There are approaches to use though if your requirement has to be within the context of ASP.NET code. You could start a new thread in the Application.Start event to poll for your emails. This article shows an example of that approach:
http://www.angrycoder.com/article.aspx?cid=5&y=2003&m=4&d=11[^]. As the article author points out, there are some pitfalls to this approach, but you can decide if it will work for your setup.
Questionquestion abt dropdownlist Pin
neodeaths15-Aug-06 5:22
neodeaths15-Aug-06 5:22 
AnswerRe: question abt dropdownlist Pin
Mike Ellison15-Aug-06 5:49
Mike Ellison15-Aug-06 5:49 
AnswerRe: question abt dropdownlist Pin
eggsovereasy15-Aug-06 6:00
eggsovereasy15-Aug-06 6:00 
QuestionRenaming solution and project Pin
LuluSailor15-Aug-06 5:19
LuluSailor15-Aug-06 5:19 
AnswerRe: Renaming solution and project Pin
minhpc_bk15-Aug-06 15:45
minhpc_bk15-Aug-06 15:45 
QuestionHow to get Popup in UIPAB Pin
seee sharp15-Aug-06 5:07
seee sharp15-Aug-06 5:07 
Questionget id column value from gridview? Pin
TintinV3ck15-Aug-06 4:23
TintinV3ck15-Aug-06 4:23 
AnswerRe: get id column value from gridview? Pin
Mark Tutt15-Aug-06 4:48
Mark Tutt15-Aug-06 4:48 
QuestionHow to map a network drive on client's computer using ASP.NET with C#? Pin
chhabrni15-Aug-06 3:12
chhabrni15-Aug-06 3:12 
AnswerRe: How to map a network drive on client's computer using ASP.NET with C#? Pin
Paddy Boyd15-Aug-06 5:20
Paddy Boyd15-Aug-06 5:20 
QuestionRe: How to map a network drive on client's computer using ASP.NET with C#? Pin
chhabrni16-Aug-06 4:56
chhabrni16-Aug-06 4:56 
QuestionProblem with CallBack in MasterPage Pin
offengenden14-Aug-06 22:20
offengenden14-Aug-06 22:20 
AnswerRe: Problem with CallBack in MasterPage Pin
minhpc_bk15-Aug-06 15:26
minhpc_bk15-Aug-06 15:26 
QuestionAccessing Child Control from a user control bY Java Script Pin
meetbinu200314-Aug-06 21:18
meetbinu200314-Aug-06 21:18 
AnswerRe: Accessing Child Control from a user control bY Java Script Pin
Paddy Boyd14-Aug-06 23:26
Paddy Boyd14-Aug-06 23:26 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
meetbinu200315-Aug-06 2:50
meetbinu200315-Aug-06 2:50 
GeneralRe: Accessing Child Control from a user control bY Java Script Pin
eggsovereasy15-Aug-06 3:28
eggsovereasy15-Aug-06 3:28 

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.