Click here to Skip to main content
15,917,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to extract pixels of a image map using get pixel ?? Pin
ani04954-Dec-08 7:06
ani04954-Dec-08 7:06 
QuestionWhat is the best performance way? Pin
pubududilena4-Dec-08 6:16
pubududilena4-Dec-08 6:16 
AnswerRe: What is the best performance way? Pin
Christian Graus4-Dec-08 8:30
protectorChristian Graus4-Dec-08 8:30 
AnswerRe: What is the best performance way? Pin
Abhijit Jana4-Dec-08 18:21
professionalAbhijit Jana4-Dec-08 18:21 
AnswerWeb Services problem Pin
Ian Winter4-Dec-08 6:03
Ian Winter4-Dec-08 6:03 
GeneralRe: Web Services problem Pin
Wendelius4-Dec-08 8:08
mentorWendelius4-Dec-08 8:08 
GeneralRe: Web Services problem Pin
Ian Winter4-Dec-08 21:35
Ian Winter4-Dec-08 21:35 
GeneralRe: Web Services problem Pin
Wendelius5-Dec-08 8:19
mentorWendelius5-Dec-08 8:19 
The basic idea is that app domains are separated, they cannot have common data. Inside an app domain you can share the data.

When you call a web service the first time, it's compiled and then executed inside an IIS process. After that the process dies if it's no longer called in a decent amount of time (which can be configured). However, if the process exists when the second call comes the worker thread from the process is taken to serve the call. Without seeing the code, this could be the reason why the dictionary is already filled.

The need to optimize rises from a bad design.My articles[^]

Questionthere must be an easy way to do this. asyncronous pages nightmare Pin
paul langan4-Dec-08 4:34
paul langan4-Dec-08 4:34 
AnswerRe: there must be an easy way to do this. asyncronous pages nightmare Pin
Paddy Boyd4-Dec-08 5:03
Paddy Boyd4-Dec-08 5:03 
GeneralRe: there must be an easy way to do this. asyncronous pages nightmare Pin
paul langan4-Dec-08 5:11
paul langan4-Dec-08 5:11 
QuestionCall a function declared in content page from master page [modified] Pin
Mohamed Arif4-Dec-08 3:01
Mohamed Arif4-Dec-08 3:01 
AnswerRe: Call a function declared in content page form master page Pin
moon_stick4-Dec-08 3:49
moon_stick4-Dec-08 3:49 
GeneralRe: Call a function declared in content page form master page Pin
Mohamed Arif4-Dec-08 4:03
Mohamed Arif4-Dec-08 4:03 
GeneralRe: Call a function declared in content page form master page Pin
moon_stick4-Dec-08 4:13
moon_stick4-Dec-08 4:13 
GeneralRe: Call a function declared in content page from master page [modified] Pin
Mohamed Arif4-Dec-08 5:42
Mohamed Arif4-Dec-08 5:42 
GeneralRe: Call a function declared in content page from master page [modified] Pin
moon_stick4-Dec-08 6:45
moon_stick4-Dec-08 6:45 
GeneralRe: Call a function declared in content page from master page Pin
Mohamed Arif4-Dec-08 7:12
Mohamed Arif4-Dec-08 7:12 
QuestionHow to save Iframe Content to server using Asp.net Pin
jamesrajesh4-Dec-08 2:42
jamesrajesh4-Dec-08 2:42 
QuestionError: GridView with checkbox --plz reply urgent Pin
premprakashbhati4-Dec-08 1:49
premprakashbhati4-Dec-08 1:49 
AnswerRe: Error: GridView with checkbox --plz reply urgent Pin
moon_stick4-Dec-08 4:24
moon_stick4-Dec-08 4:24 
AnswerRe: Error: GridView with checkbox --plz reply urgent Pin
Paul Conrad4-Dec-08 4:52
professionalPaul Conrad4-Dec-08 4:52 
Questionplz do replay i am facing problem since last working day Pin
sajjadlashari4-Dec-08 1:12
sajjadlashari4-Dec-08 1:12 
AnswerRe: plz do replay i am facing problem since last working day Pin
meeram3954-Dec-08 1:27
meeram3954-Dec-08 1:27 
AnswerRe: plz do replay i am facing problem since last working day Pin
AhsanS4-Dec-08 1:27
AhsanS4-Dec-08 1:27 

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.