Click here to Skip to main content
15,915,509 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Popup window - avoid or ok to use these days? Pin
il_manti12-May-06 6:27
il_manti12-May-06 6:27 
GeneralRe: Popup window - avoid or ok to use these days? Pin
Member 9612-May-06 6:46
Member 9612-May-06 6:46 
AnswerRe: Popup window - avoid or ok to use these days? Pin
minhpc_bk12-May-06 7:41
minhpc_bk12-May-06 7:41 
GeneralRe: Popup window - avoid or ok to use these days? Pin
Member 9612-May-06 8:24
Member 9612-May-06 8:24 
AnswerRe: Popup window - avoid or ok to use these days? Pin
V.12-May-06 9:54
professionalV.12-May-06 9:54 
QuestionCaching? Problems with dataset... Pin
il_manti12-May-06 6:19
il_manti12-May-06 6:19 
AnswerRe: Caching? Problems with dataset... Pin
Member 9612-May-06 6:49
Member 9612-May-06 6:49 
AnswerRe: Caching? Problems with dataset... Pin
minhpc_bk12-May-06 7:38
minhpc_bk12-May-06 7:38 
You can write a simple user guide which tells your lecturer to kill the aspnet process everytime he gets stuck with your application Poke tongue | ;-P .

To be honest, killing the aspnet process is not the right way you go. Here, you have a problem with old cached data, and from your view the application should be running properly even when the data updated. If this is the case, then there are a couple of options which you may try:

+ The ASP.NET 2.0 introduces a cool object named SqlDependency [^] which notifies you to refresh the cache when the original data in the database changes. However, this may cause you another issue as this object requires SQL 2005, but I guess you can use the trial edition.

+ You can set the expiration time for the cache item to a short value.

+ If the cached data is likely to be updated often, you may not need to cache data.
GeneralRe: Caching? Problems with dataset... Pin
il_manti12-May-06 9:41
il_manti12-May-06 9:41 
Questionsave and submit buttons Pin
Bhasker Pinninti12-May-06 5:56
Bhasker Pinninti12-May-06 5:56 
Questionconverting Pin
ptvce12-May-06 5:56
ptvce12-May-06 5:56 
AnswerRe: converting Pin
_AK_14-May-06 18:44
_AK_14-May-06 18:44 
QuestionMoving ASP.net website to Internal Server Pin
Bustum12-May-06 5:22
Bustum12-May-06 5:22 
AnswerRe: Moving ASP.net website to Internal Server Pin
RichardGrimmer12-May-06 5:48
RichardGrimmer12-May-06 5:48 
QuestionBrowserCompatability Pin
Parvathivadde12-May-06 3:18
Parvathivadde12-May-06 3:18 
Questionlogin problems in asp.net Pin
amaneet12-May-06 2:25
amaneet12-May-06 2:25 
AnswerRe: login problems in asp.net Pin
scott987uk12-May-06 2:35
scott987uk12-May-06 2:35 
GeneralRe: login problems in asp.net Pin
amaneet12-May-06 2:37
amaneet12-May-06 2:37 
GeneralRe: login problems in asp.net Pin
scott987uk12-May-06 2:42
scott987uk12-May-06 2:42 
Questiondatalist problem in asp.net Pin
amaneet12-May-06 2:17
amaneet12-May-06 2:17 
AnswerRe: datalist problem in asp.net Pin
Nitin198112-May-06 21:51
Nitin198112-May-06 21:51 
QuestionDynamically adding buttons and there events Pin
scott987uk12-May-06 2:07
scott987uk12-May-06 2:07 
AnswerRe: Dynamically adding buttons and there events Pin
minhpc_bk12-May-06 6:33
minhpc_bk12-May-06 6:33 
QuestionHow to Create Custom Control ?? Pin
Abubakarsb12-May-06 1:11
Abubakarsb12-May-06 1:11 
AnswerRe: How to Create Custom Control ?? Pin
_AK_12-May-06 1:14
_AK_12-May-06 1:14 

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.