Click here to Skip to main content
15,921,452 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: dynamic value in asp control Pin
exbound10-Dec-08 8:23
exbound10-Dec-08 8:23 
Questionchange of scrollbar color Pin
BenitaDSouza10-Dec-08 2:00
BenitaDSouza10-Dec-08 2:00 
AnswerRe: change of scrollbar color [Modified ] Pin
Abhijit Jana10-Dec-08 2:06
professionalAbhijit Jana10-Dec-08 2:06 
GeneralRe: change of scrollbar color [Modified ] Pin
BenitaDSouza10-Dec-08 17:59
BenitaDSouza10-Dec-08 17:59 
AnswerRe: change of scrollbar color Pin
Brij10-Dec-08 2:11
mentorBrij10-Dec-08 2:11 
QuestionRDLC REPORT NOT WORKING Pin
amit arun patil10-Dec-08 1:09
amit arun patil10-Dec-08 1:09 
Questionstatic variable in a namespace Pin
joindotnet10-Dec-08 1:08
joindotnet10-Dec-08 1:08 
AnswerRe: static variable in a namespace Pin
N a v a n e e t h10-Dec-08 1:18
N a v a n e e t h10-Dec-08 1:18 
Static variables stay in memory until the application domain where it is hosted unloads. So the static variables declared in a code behind file and a separate class library should work similarly. Is this library creates a new app domain?

joindotnet wrote:
where as the class library's one doesn't reflect the change smade to it except for the MOzilla browser.


Browsers don't have any role in this. static variables are kept on servers memory and managed by the runtime. Make sure your ASP.NET process is not recycling frequently.


GeneralRe: static variable in a namespace Pin
joindotnet10-Dec-08 1:41
joindotnet10-Dec-08 1:41 
GeneralRe: static variable in a namespace Pin
N a v a n e e t h10-Dec-08 1:48
N a v a n e e t h10-Dec-08 1:48 
GeneralRe: static variable in a namespace Pin
Guffa10-Dec-08 15:05
Guffa10-Dec-08 15:05 
GeneralRe: static variable in a namespace Pin
joindotnet10-Dec-08 17:54
joindotnet10-Dec-08 17:54 
GeneralRe: static variable in a namespace Pin
Guffa10-Dec-08 20:04
Guffa10-Dec-08 20:04 
QuestionAdd new image in new Div Control by every button Click in asp.net [modified] Pin
sanjay3010-Dec-08 0:42
sanjay3010-Dec-08 0:42 
AnswerRe: Add new image in new Div Control by every button Click in asp.net Pin
Parwej Ahamad10-Dec-08 0:46
professionalParwej Ahamad10-Dec-08 0:46 
GeneralRe: Add new image in new Div Control by every button Click in asp.net [modified] Pin
sanjay3010-Dec-08 1:17
sanjay3010-Dec-08 1:17 
AnswerRe: Add new image in new Div Control by every button Click in asp.net Pin
Brij10-Dec-08 0:46
mentorBrij10-Dec-08 0:46 
GeneralRe: Add new image in new Div Control by every button Click in asp.net Pin
sanjay3010-Dec-08 1:21
sanjay3010-Dec-08 1:21 
AnswerRe: Add new image in new Div Control by every button Click in asp.net Pin
Abhijit Jana10-Dec-08 0:47
professionalAbhijit Jana10-Dec-08 0:47 
GeneralRe: Add new image in new Div Control by every button Click in asp.net Pin
sanjay3010-Dec-08 1:24
sanjay3010-Dec-08 1:24 
QuestionAjax not working! Pin
mrcooll10-Dec-08 0:33
mrcooll10-Dec-08 0:33 
AnswerRe: Ajax not working! Pin
Brij10-Dec-08 0:42
mentorBrij10-Dec-08 0:42 
AnswerRe: Ajax not working! Pin
Abhijit Jana10-Dec-08 0:45
professionalAbhijit Jana10-Dec-08 0:45 
GeneralRe: Ajax not working! Pin
mrcooll10-Dec-08 0:49
mrcooll10-Dec-08 0:49 
GeneralRe: Ajax not working! Pin
N a v a n e e t h10-Dec-08 1:04
N a v a n e e t h10-Dec-08 1:04 

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.