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

ASP.NET

 
AnswerRe: What is BizTalkServer Pin
Abhijit Jana10-Feb-09 20:03
professionalAbhijit Jana10-Feb-09 20:03 
QuestionGet controlid Pin
SreejithAchutan10-Feb-09 19:13
SreejithAchutan10-Feb-09 19:13 
AnswerRe: Get controlid Pin
Christian Graus10-Feb-09 19:22
protectorChristian Graus10-Feb-09 19:22 
GeneralRe: Get controlid Pin
SreejithAchutan10-Feb-09 19:40
SreejithAchutan10-Feb-09 19:40 
GeneralRe: Get controlid Pin
mr_muskurahat10-Feb-09 21:19
mr_muskurahat10-Feb-09 21:19 
QuestionException In Hashtable with arrayList. Pin
r aa j10-Feb-09 18:23
r aa j10-Feb-09 18:23 
AnswerRe: Exception In Hashtable with arrayList. Pin
Christian Graus10-Feb-09 18:40
protectorChristian Graus10-Feb-09 18:40 
AnswerRe: Exception In Hashtable with arrayList. Pin
Guffa10-Feb-09 19:43
Guffa10-Feb-09 19:43 
If you are using a static variable in a web application, you have to synchronise all access to it. The reason for the error is that two users are adding items at the same time. You are lucky that you got such a descriptive error message, you could just as well have corrupted the HashTable and got some internal error in the HashTable code...

Use a List instead of a HashTable. You are only using the key of the HashTable as an index anyway.

Instead of copying the items one by one into a new collection, just keep them in the collection where they are.

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

QuestionRetreiving data from view fastly Pin
Member 398938610-Feb-09 18:11
Member 398938610-Feb-09 18:11 
AnswerRe: Retreiving data from view fastly Pin
Christian Graus10-Feb-09 18:39
protectorChristian Graus10-Feb-09 18:39 
GeneralRe: Retreiving data from view fastly Pin
Member 398938610-Feb-09 19:03
Member 398938610-Feb-09 19:03 
GeneralRe: Retreiving data from view fastly Pin
Christian Graus10-Feb-09 19:22
protectorChristian Graus10-Feb-09 19:22 
GeneralRe: Retreiving data from view fastly Pin
Member 398938610-Feb-09 21:56
Member 398938610-Feb-09 21:56 
QuestionScroll bar in datepicker Pin
priyagee10-Feb-09 18:06
priyagee10-Feb-09 18:06 
AnswerRe: Scroll bar in datepicker Pin
Christian Graus10-Feb-09 18:38
protectorChristian Graus10-Feb-09 18:38 
AnswerRe: Scroll bar in datepicker Pin
Joeseph manly10-Feb-09 21:26
Joeseph manly10-Feb-09 21:26 
QuestionAutoEvent wirup Pin
Satish3210-Feb-09 17:55
Satish3210-Feb-09 17:55 
AnswerRe: AutoEvent wirup Pin
Christian Graus10-Feb-09 18:34
protectorChristian Graus10-Feb-09 18:34 
Questionlink button Pin
kulandaivel_mca200710-Feb-09 17:53
kulandaivel_mca200710-Feb-09 17:53 
AnswerRe: link button Pin
Christian Graus10-Feb-09 18:37
protectorChristian Graus10-Feb-09 18:37 
GeneralRe: link button Pin
kulandaivel_mca200710-Feb-09 19:14
kulandaivel_mca200710-Feb-09 19:14 
GeneralRe: link button Pin
Christian Graus10-Feb-09 19:25
protectorChristian Graus10-Feb-09 19:25 
GeneralRe: link button Pin
kulandaivel_mca200710-Feb-09 19:59
kulandaivel_mca200710-Feb-09 19:59 
GeneralRe: link button Pin
anujbanka178410-Feb-09 21:02
anujbanka178410-Feb-09 21:02 
GeneralRe: link button Pin
kulandaivel_mca200710-Feb-09 21:32
kulandaivel_mca200710-Feb-09 21:32 

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.