Hi, In my web app, I created a class file "Global.cs" and in that file I coded several methods that are being repeatedly used in the app. According to the advice of Charles Carroll, I declared these methods as static so that there would be no need to instantiate an object and can directly use the methods. Now I am little skeptical whether this would cause any problem if multiple users access these at one time?? For example, one of the methods takes an integer as input parameter and returns a string for that particular integer value after querying the database. Can anyone tell me if there going to be any problem and how to solve it? Raj.
[Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
