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

ASP.NET

 
AnswerRe: Can you help to me Pin
Vimalsoft(Pty) Ltd10-May-09 22:55
professionalVimalsoft(Pty) Ltd10-May-09 22:55 
GeneralRe: Can you help to me Pin
nithydurai10-May-09 23:22
nithydurai10-May-09 23:22 
GeneralRe: Can you help to me Pin
Vimalsoft(Pty) Ltd10-May-09 23:54
professionalVimalsoft(Pty) Ltd10-May-09 23:54 
QuestionStatic property of class Pin
vnsraj10-May-09 21:49
vnsraj10-May-09 21:49 
AnswerRe: Static property of class Pin
vishalg_gupta10-May-09 22:26
vishalg_gupta10-May-09 22:26 
GeneralRe: Static property of class Pin
vnsraj10-May-09 22:55
vnsraj10-May-09 22:55 
GeneralRe: Static property of class Pin
vishalg_gupta11-May-09 0:05
vishalg_gupta11-May-09 0:05 
AnswerRe: Static property of class Pin
Greg Chelstowski10-May-09 22:33
Greg Chelstowski10-May-09 22:33 
As I'm sure you are well aware, static properties values are shared (hence I believe the VB keyword for it) among all the application's instances. Which means your application is seriously flawed if you expose user data to other users.
The answer: don't use static properties the way you do.
Use normal properties.

And don't mean to be rude, but it seems your project is far away from completion, if you want it to work correctly.

var question = (_2b || !(_2b));

AnswerRe: Static property of class Pin
N a v a n e e t h10-May-09 23:03
N a v a n e e t h10-May-09 23:03 
GeneralRe: Static property of class Pin
vnsraj10-May-09 23:22
vnsraj10-May-09 23:22 
GeneralRe: Static property of class Pin
Greg Chelstowski10-May-09 23:52
Greg Chelstowski10-May-09 23:52 
QuestionRegular expression Pin
jayarajRaman10-May-09 21:17
jayarajRaman10-May-09 21:17 
AnswerRe: Regular expression Pin
Ashfield11-May-09 1:25
Ashfield11-May-09 1:25 
QuestionLog Out issue Pin
nitin_ion10-May-09 20:52
nitin_ion10-May-09 20:52 
AnswerRe: Log Out issue Pin
Yaazi10-May-09 21:12
Yaazi10-May-09 21:12 
AnswerRe: Log Out issue Pin
dotnetmember10-May-09 21:28
dotnetmember10-May-09 21:28 
GeneralRe: Log Out issue Pin
nitin_ion10-May-09 21:53
nitin_ion10-May-09 21:53 
AnswerRe: Log Out issue Pin
Abhishek Sur10-May-09 22:43
professionalAbhishek Sur10-May-09 22:43 
AnswerRe: Log Out issue Pin
specialdreamsin11-May-09 20:04
specialdreamsin11-May-09 20:04 
QuestionMasterPage Link Problem Pin
Yaazi10-May-09 20:50
Yaazi10-May-09 20:50 
Questionquerystring Pin
Anjani Poornima10-May-09 20:22
Anjani Poornima10-May-09 20:22 
AnswerRe: querystring Pin
saravanan0510-May-09 23:18
saravanan0510-May-09 23:18 
QuestionSpecified cast is not valid Pin
saravanan0510-May-09 18:33
saravanan0510-May-09 18:33 
AnswerRe: Specified cast is not valid Pin
dotnetmember10-May-09 19:02
dotnetmember10-May-09 19:02 
QuestionHow to Impersonate local system account in c# Pin
Cafedreamz10-May-09 15:36
Cafedreamz10-May-09 15:36 

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.