Click here to Skip to main content
15,916,835 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
A static variable is a static variable regardless of where in the application it is. There is only one instance of each static variable in the application, shared between all threads. If you change the value in a static variable and don't see the change, it's because you are not reading the variable at all.

Static variables are usually not useful in a web application, as it's a multi threaded application, and all threads share the same static variable. If one user changes the variable, all users see the change.

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

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 
GeneralRe: Ajax not working! Pin
mrcooll10-Dec-08 1:20
mrcooll10-Dec-08 1:20 
GeneralRe: Ajax not working! Pin
mrcooll10-Dec-08 1:37
mrcooll10-Dec-08 1:37 
GeneralRe: Ajax not working! Pin
Abhijit Jana10-Dec-08 3:30
professionalAbhijit Jana10-Dec-08 3:30 
QuestionHtml to Pdf conversion in ASp .net 2.0 Pin
ajau.jain10-Dec-08 0:14
ajau.jain10-Dec-08 0:14 
AnswerRe: Html to Pdf conversion in ASp .net 2.0 Pin
Parwej Ahamad10-Dec-08 0:22
professionalParwej Ahamad10-Dec-08 0:22 

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.