Click here to Skip to main content
15,908,842 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Connect to sql server from asp.net web app Pin
Suj_7814-Aug-06 3:24
Suj_7814-Aug-06 3:24 
QuestionSetting TimeZone Offset Pin
Tiger45611-Aug-06 2:09
Tiger45611-Aug-06 2:09 
QuestionAdd month with current date Pin
Amit Agarrwal11-Aug-06 2:05
Amit Agarrwal11-Aug-06 2:05 
AnswerRe: Add month with current date Pin
Tiger45611-Aug-06 2:11
Tiger45611-Aug-06 2:11 
QuestionWeb service setdata() Pin
BLOEDHOND11-Aug-06 2:03
BLOEDHOND11-Aug-06 2:03 
AnswerRe: Web service setdata() Pin
Guffa11-Aug-06 8:24
Guffa11-Aug-06 8:24 
GeneralRe: Web service setdata() Pin
BLOEDHOND14-Aug-06 1:01
BLOEDHOND14-Aug-06 1:01 
AnswerRe: Web service setdata() Pin
Guffa14-Aug-06 2:02
Guffa14-Aug-06 2:02 
I used a static variable to hold the reference to the list where I stored the data. As it is static, all different threads that handle requests can reach it, but you have to use locking to prevent more than one thread to access it at once.

When the list was "full", I copied the reference to the list into an object that I later used to start a new thread, and created a new list and put the reference to it in the static variable.

So, as the new thread was started from the thread handling the request, there was no problem sending the data to it.

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

GeneralRe: Web service setdata() Pin
BLOEDHOND14-Aug-06 2:19
BLOEDHOND14-Aug-06 2:19 
AnswerRe: Web service setdata() Pin
Guffa14-Aug-06 4:06
Guffa14-Aug-06 4:06 
QuestionPaypal Integration Probelm Pin
Amit Agarrwal11-Aug-06 1:28
Amit Agarrwal11-Aug-06 1:28 
AnswerRe: Paypal Integration Probelm Pin
seee sharp11-Aug-06 1:41
seee sharp11-Aug-06 1:41 
GeneralRe: Paypal Integration Probelm Pin
Amit Agarrwal11-Aug-06 1:56
Amit Agarrwal11-Aug-06 1:56 
AnswerRe: Paypal Integration Probelm Pin
mrsnipey14-Aug-06 22:52
mrsnipey14-Aug-06 22:52 
QuestionWeb Application Setup Pin
aaraaayen11-Aug-06 1:05
aaraaayen11-Aug-06 1:05 
AnswerRe: Web Application Setup Pin
seee sharp11-Aug-06 1:43
seee sharp11-Aug-06 1:43 
Questiontab cotrol in asp.net 1.1 Pin
omi9811-Aug-06 0:56
omi9811-Aug-06 0:56 
AnswerRe: tab cotrol in asp.net 1.1 Pin
manowj11-Aug-06 1:38
manowj11-Aug-06 1:38 
GeneralRe: tab cotrol in asp.net 1.1 Pin
omi9817-Aug-06 5:36
omi9817-Aug-06 5:36 
Question2 simple questions Pin
-Yoyosh-11-Aug-06 0:52
-Yoyosh-11-Aug-06 0:52 
AnswerRe: 2 simple questions Pin
stevehammond11-Aug-06 2:44
stevehammond11-Aug-06 2:44 
GeneralRe: 2 simple questions Pin
-Yoyosh-11-Aug-06 5:36
-Yoyosh-11-Aug-06 5:36 
QuestionFrameset Pin
-Yoyosh-11-Aug-06 0:51
-Yoyosh-11-Aug-06 0:51 
AnswerRe: Frameset Pin
Mike Ellison11-Aug-06 3:15
Mike Ellison11-Aug-06 3:15 
QuestionASP.NET Forms Authentication and ATLAS Pin
seee sharp10-Aug-06 23:01
seee sharp10-Aug-06 23:01 

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.