Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Set or get the background color NavBar Control of DevExpress ? Pin
BillWoodruff9-Apr-14 0:10
professionalBillWoodruff9-Apr-14 0:10 
QuestionError webBrowser c# Pin
william ormundo8-Apr-14 4:42
william ormundo8-Apr-14 4:42 
AnswerRe: Error webBrowser c# Pin
Dave Kreskowiak8-Apr-14 4:47
mveDave Kreskowiak8-Apr-14 4:47 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 4:57
william ormundo8-Apr-14 4:57 
GeneralRe: Error webBrowser c# Pin
Dave Kreskowiak8-Apr-14 5:08
mveDave Kreskowiak8-Apr-14 5:08 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 5:23
william ormundo8-Apr-14 5:23 
GeneralRe: Error webBrowser c# Pin
william ormundo8-Apr-14 5:49
william ormundo8-Apr-14 5:49 
QuestionIssue with Session Management Pin
Member 107334468-Apr-14 3:21
Member 107334468-Apr-14 3:21 
Hi,

VB
I’ve one issue which is causing a problem at production. I’ve web service written in ASP.net and issue is related to the session management. When there are 2 or more session running simultaneously then application is not able to detect the subsequent requests from respective sessions and responding the data of one session to the other session’s request. This is happening randomly so there is no certain way to produce it. The way I have done the session coding is to create session when user login’s and store its respective data in session so that when that data is required it should respond it quickly and not fetching data from backend at that time. I cannot afford to avoid the session and send new request to back end all the time. Most of our applications are working on same architecture. When login function is called then first I empty the session variable and then after successful authentication I create new session and stores the data in it.

Please let me know, how I can resolve this issue. Any help is greatly appreciated.


Thanks,
Ruchika
AnswerRe: Issue with Session Management Pin
Wes Aday8-Apr-14 4:16
professionalWes Aday8-Apr-14 4:16 
QuestionInvalidCastException while changing windows service startup type Pin
AshwiniSH7-Apr-14 21:26
professionalAshwiniSH7-Apr-14 21:26 
QuestionRe: InvalidCastException while changing windows service startup type Pin
Ravi Bhavnani8-Apr-14 4:39
professionalRavi Bhavnani8-Apr-14 4:39 
Questionunable to start debugging Pin
arulbaskar7-Apr-14 3:54
arulbaskar7-Apr-14 3:54 
AnswerRe: unable to start debugging Pin
OriginalGriff7-Apr-14 4:38
mveOriginalGriff7-Apr-14 4:38 
AnswerRe: unable to start debugging Pin
ZurdoDev7-Apr-14 8:47
professionalZurdoDev7-Apr-14 8:47 
Questionc# get method object by address from C++ program Pin
Lord Baaleos7-Apr-14 0:45
Lord Baaleos7-Apr-14 0:45 
AnswerRe: c# get method object by address from C++ program Pin
Richard Deeming7-Apr-14 2:07
mveRichard Deeming7-Apr-14 2:07 
AnswerRe: c# get method object by address from C++ program Pin
BobJanova7-Apr-14 2:57
BobJanova7-Apr-14 2:57 
QuestionAdvantages of using virtual method in base class? Pin
Varun Thakur7-Apr-14 0:01
Varun Thakur7-Apr-14 0:01 
AnswerRe: Advantages of using virtual method in base class? PinPopular
OriginalGriff7-Apr-14 0:37
mveOriginalGriff7-Apr-14 0:37 
GeneralRe: Advantages of using virtual method in base class? Pin
Varun Thakur7-Apr-14 18:48
Varun Thakur7-Apr-14 18:48 
AnswerRe: Advantages of using virtual method in base class? Pin
pallelokanathareddy8-Apr-14 6:43
professionalpallelokanathareddy8-Apr-14 6:43 
QuestionHow to merger data from two sql databases that have a same structure ? Pin
taibc6-Apr-14 23:59
taibc6-Apr-14 23:59 
AnswerRe: How to merger data from two sql databases that have a same structure ? Pin
Peter Leow7-Apr-14 0:08
professionalPeter Leow7-Apr-14 0:08 
Questiondatagridview doesn´t show the datasource Pin
tom_ma6-Apr-14 21:40
tom_ma6-Apr-14 21:40 
AnswerRe: datagridview doesn´t show the datasource Pin
V.6-Apr-14 22:13
professionalV.6-Apr-14 22:13 

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.