Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Automatic UI update whenever database changes Pin
ManojKumar1926-Nov-06 5:51
ManojKumar1926-Nov-06 5:51 
GeneralRe: Automatic UI update whenever database changes Pin
Not Active26-Nov-06 8:47
mentorNot Active26-Nov-06 8:47 
GeneralRe: Automatic UI update whenever database changes Pin
Guffa26-Nov-06 12:03
Guffa26-Nov-06 12:03 
AnswerRe: Automatic UI update whenever database changes Pin
Dominic Pettifer26-Nov-06 5:39
Dominic Pettifer26-Nov-06 5:39 
GeneralRe: Automatic UI update whenever database changes Pin
ManojKumar1926-Nov-06 5:52
ManojKumar1926-Nov-06 5:52 
AnswerRe: Automatic UI update whenever database changes Pin
Not Active26-Nov-06 8:45
mentorNot Active26-Nov-06 8:45 
QuestionWeb Services .. Static Class Members Life Time Pin
Davids_Maguire26-Nov-06 4:18
Davids_Maguire26-Nov-06 4:18 
AnswerRe: Web Services .. Static Class Members Life Time Pin
Guffa26-Nov-06 5:26
Guffa26-Nov-06 5:26 
Davids_Maguire wrote:
i'm afraid that this static class and the queue member may be removed form memorey and then loosing this data ..


Yes, you should be afraid. Wink | ;)

The static variable will remain intact as long as the web application is running on the server, but the server may shut down the application any time it feels like it. In that case, the next call to the web service will be starting a new instance of the application, and the static variable will be empty.


---
b { font-weight: normal; }

GeneralRe: Web Services .. Static Class Members Life Time Pin
Davids_Maguire26-Nov-06 10:01
Davids_Maguire26-Nov-06 10:01 
GeneralRe: Web Services .. Static Class Members Life Time Pin
Guffa26-Nov-06 12:06
Guffa26-Nov-06 12:06 
Questioncreate templet coulmn in datagrid [modified] Pin
ptvce26-Nov-06 0:00
ptvce26-Nov-06 0:00 
QuestionRegular expression needed Pin
just3ala225-Nov-06 23:51
just3ala225-Nov-06 23:51 
AnswerRe: Regular expression needed Pin
Christian Graus26-Nov-06 9:22
protectorChristian Graus26-Nov-06 9:22 
GeneralRe: Regular expression needed Pin
just3ala226-Nov-06 19:07
just3ala226-Nov-06 19:07 
QuestionButton click (On and Off) Pin
nannapanenikamalnath25-Nov-06 22:59
nannapanenikamalnath25-Nov-06 22:59 
AnswerRe: Button click (On and Off) Pin
just3ala226-Nov-06 0:19
just3ala226-Nov-06 0:19 
QuestionWindows XP Media Center Edition Pin
Xiangyang Liu 刘向阳25-Nov-06 21:25
Xiangyang Liu 刘向阳25-Nov-06 21:25 
QuestionConnection pool and open & close ...??? Pin
devboycpp25-Nov-06 20:53
devboycpp25-Nov-06 20:53 
AnswerRe: Connection pool and open & close ...??? [modified] Pin
Dominic Pettifer26-Nov-06 5:15
Dominic Pettifer26-Nov-06 5:15 
GeneralRe: Connection pool and open & close ...??? Pin
devboycpp26-Nov-06 7:21
devboycpp26-Nov-06 7:21 
GeneralRe: Connection pool and open & close ...??? Pin
Dominic Pettifer26-Nov-06 7:39
Dominic Pettifer26-Nov-06 7:39 
GeneralRe: Connection pool and open & close ...??? Pin
devboycpp26-Nov-06 7:46
devboycpp26-Nov-06 7:46 
GeneralRe: Connection pool and open & close ...??? Pin
Dominic Pettifer26-Nov-06 17:15
Dominic Pettifer26-Nov-06 17:15 
GeneralRe: Connection pool and open & close ...??? Pin
Dominic Pettifer27-Nov-06 9:41
Dominic Pettifer27-Nov-06 9:41 
QuestionDelete Records in a Table Automatically Every Day Night 24:00 Pin
JVVS25-Nov-06 19:35
JVVS25-Nov-06 19:35 

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.