Click here to Skip to main content
15,920,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to deal with multi pages in an asp.net simple CMS Pin
Christian Graus6-Mar-08 12:28
protectorChristian Graus6-Mar-08 12:28 
QuestionWhich control is generating the Postback? Pin
Ekjon6-Mar-08 9:19
Ekjon6-Mar-08 9:19 
AnswerRe: Which control is generating the Postback? Pin
pmarfleet6-Mar-08 10:20
pmarfleet6-Mar-08 10:20 
GeneralRe: Which control is generating the Postback? Pin
Ekjon7-Mar-08 9:14
Ekjon7-Mar-08 9:14 
AnswerRe: Which control is generating the Postback? Pin
Christian Graus6-Mar-08 10:29
protectorChristian Graus6-Mar-08 10:29 
Questionhow to schedule asp page Pin
mohit narang6-Mar-08 6:50
mohit narang6-Mar-08 6:50 
GeneralRe: how to schedule asp page Pin
Abhijit Jana6-Mar-08 7:18
professionalAbhijit Jana6-Mar-08 7:18 
AnswerRe: how to schedule asp page Pin
Guffa6-Mar-08 7:20
Guffa6-Mar-08 7:20 
An asp page doesn't run unless someone is requesting it, so an asp application is not really suitable for scheduling.

Do you really have to run the code every hour, even if noone is watching the page? Can't you just check how long it was since the information was last updated, and fetch new information if it's older than one hour?

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: how to schedule asp page Pin
mohit narang11-Mar-08 4:29
mohit narang11-Mar-08 4:29 
GeneralRe: how to schedule asp page Pin
Guffa11-Mar-08 9:20
Guffa11-Mar-08 9:20 
GeneralCustom Web Control Question Pin
dolphinhk6-Mar-08 5:01
dolphinhk6-Mar-08 5:01 
GeneralRe: Custom Web Control Question Pin
Christian Graus6-Mar-08 10:30
protectorChristian Graus6-Mar-08 10:30 
QuestionTreeView Spacing Problem Pin
Paul Clark6-Mar-08 4:54
Paul Clark6-Mar-08 4:54 
GeneralAsp.net validation Pin
Naveed Kamboh6-Mar-08 3:39
Naveed Kamboh6-Mar-08 3:39 
GeneralRe: Asp.net validation Pin
Laddie6-Mar-08 4:07
Laddie6-Mar-08 4:07 
GeneralRe: Asp.net validation Pin
Naveed Kamboh6-Mar-08 4:26
Naveed Kamboh6-Mar-08 4:26 
GeneralRe: Asp.net validation Pin
eyeseetee6-Mar-08 4:35
eyeseetee6-Mar-08 4:35 
GeneralRe: Asp.net validation Pin
Laddie6-Mar-08 4:42
Laddie6-Mar-08 4:42 
Generaltimer control Pin
iamdking6-Mar-08 3:09
iamdking6-Mar-08 3:09 
GeneralRe: timer control Pin
Laddie6-Mar-08 3:15
Laddie6-Mar-08 3:15 
GeneralRe: timer control Pin
iamdking6-Mar-08 3:32
iamdking6-Mar-08 3:32 
GeneralRe: timer control Pin
eyeseetee6-Mar-08 3:24
eyeseetee6-Mar-08 3:24 
GeneralRe: timer control Pin
iamdking6-Mar-08 3:29
iamdking6-Mar-08 3:29 
GeneralRe: timer control Pin
Laddie6-Mar-08 3:51
Laddie6-Mar-08 3:51 
QuestionHow to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
salon6-Mar-08 3:00
salon6-Mar-08 3:00 

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.