Click here to Skip to main content
15,914,066 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Concurrency problem in asp.net Pin
Ista7-Sep-06 9:13
Ista7-Sep-06 9:13 
AnswerRe: Concurrency problem in asp.net Pin
Amit Kumar G11-Sep-06 9:42
Amit Kumar G11-Sep-06 9:42 
QuestionStucked with System.Net.Sockets.SocketException Pin
David Clerk7-Sep-06 0:39
David Clerk7-Sep-06 0:39 
QuestionNeed help Pin
Trehan7-Sep-06 0:10
Trehan7-Sep-06 0:10 
AnswerRe: Need help Pin
Guffa7-Sep-06 0:28
Guffa7-Sep-06 0:28 
GeneralRe: Need help Pin
Coding C#7-Sep-06 2:03
Coding C#7-Sep-06 2:03 
GeneralRe: Need help Pin
Guffa7-Sep-06 4:10
Guffa7-Sep-06 4:10 
GeneralRe: Need help Pin
Trehan7-Sep-06 19:36
Trehan7-Sep-06 19:36 
Hi,

I guess i was not able to make myself clear, here is what i meant
There is a class that has userName and Password properties

Public Class A

Property UserName as string()
Get End Get
Set End Set
End Property

Property Password as String()
Get End Get
Set End Set
End Property

End Class

This class in used in another class as variable
Public Class B

Public Shared objUser as ClassA

End Class

Now when user logs on login page these properties are set liek this
ClassB.objUser.UserName="XYZ"
ClassB.ObjUser.Password="XYZ"

and now when another user logs in the same variables got reset like this
ClassB.objUser.UserName="ABC"
ClassB.ObjUser.Password="ABC"

Thats what i want to avoid, i know this is flaw in design but the application is already been developed and deployed and therefore i want to avoid the rework.

Any Suggestions welcome
Thx
Amit

AnswerRe: Need help Pin
Guffa8-Sep-06 8:33
Guffa8-Sep-06 8:33 
Questionsite tracking Pin
Amit Agarrwal6-Sep-06 23:50
Amit Agarrwal6-Sep-06 23:50 
QuestionSession Problem Pin
monika_vasvani6-Sep-06 23:48
monika_vasvani6-Sep-06 23:48 
AnswerRe: Session Problem Pin
Guffa7-Sep-06 0:17
Guffa7-Sep-06 0:17 
AnswerRe: Session Problem Pin
Jay_se7-Sep-06 0:43
Jay_se7-Sep-06 0:43 
GeneralRe: Session Problem Pin
monika_vasvani7-Sep-06 2:16
monika_vasvani7-Sep-06 2:16 
GeneralRe: Session Problem Pin
_AK_7-Sep-06 2:18
_AK_7-Sep-06 2:18 
GeneralRe: Session Problem Pin
Jay_se7-Sep-06 2:32
Jay_se7-Sep-06 2:32 
GeneralRe: Session Problem Pin
monika_vasvani7-Sep-06 3:03
monika_vasvani7-Sep-06 3:03 
GeneralRe: Session Problem Pin
Jay_se7-Sep-06 3:40
Jay_se7-Sep-06 3:40 
Questionproblem in Gried View -urgent Pin
DotnetRafi6-Sep-06 23:40
DotnetRafi6-Sep-06 23:40 
AnswerRe: problem in Gried View -urgent Pin
_AK_7-Sep-06 2:22
_AK_7-Sep-06 2:22 
QuestionFileUpload Control Pin
doyang6-Sep-06 23:11
doyang6-Sep-06 23:11 
Questiondynamic control Pin
ketan.raval6-Sep-06 21:49
ketan.raval6-Sep-06 21:49 
AnswerRe: dynamic control Pin
Paddy Boyd6-Sep-06 23:34
Paddy Boyd6-Sep-06 23:34 
GeneralRe: dynamic control Pin
ketan.raval7-Sep-06 4:10
ketan.raval7-Sep-06 4:10 
Questionsql config error Pin
yasar khan6-Sep-06 21:12
yasar khan6-Sep-06 21:12 

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.