Click here to Skip to main content
15,919,931 members
Home / Discussions / C#
   

C#

 
QuestionHow to Programatically find the application pool of an applicatiom Pin
yaju patel12-Oct-11 4:14
yaju patel12-Oct-11 4:14 
AnswerRe: How to Programatically find the application pool of an applicatiom Pin
Ravi Bhavnani13-Oct-11 16:21
professionalRavi Bhavnani13-Oct-11 16:21 
GeneralRe: How to Programatically find the application pool of an applicatiom Pin
yaju patel14-Oct-11 1:43
yaju patel14-Oct-11 1:43 
GeneralRe: How to Programatically find the application pool of an applicatiom Pin
Ravi Bhavnani14-Oct-11 1:47
professionalRavi Bhavnani14-Oct-11 1:47 
QuestionGet Client machine localization Pin
Mugdha_Aditya12-Oct-11 2:55
Mugdha_Aditya12-Oct-11 2:55 
AnswerRe: Get Client machine localization Pin
Eddy Vluggen12-Oct-11 7:22
professionalEddy Vluggen12-Oct-11 7:22 
GeneralRe: Get Client machine localization Pin
Mugdha_Aditya12-Oct-11 19:38
Mugdha_Aditya12-Oct-11 19:38 
AnswerRe: Get Client machine localization Pin
Bernhard Hiller12-Oct-11 19:56
Bernhard Hiller12-Oct-11 19:56 
Apart from CurrentCulture, there is also CurrentUICulture.
Since you're talking about a web site, do not forget to set the CurrentUICulture to the desired value whenever a new thread (!) is started - otherwise your web site will always run in the localization of your web server.
E.g.
System.Threading.Thread.CurrentThread.CurrentUICulture = System.Globalization.CultureInfo.GetCultureInfo("de-DE");

Threads get their culture specific settings from the operating system, not from the thread they were started from.
GeneralRe: Get Client machine localization Pin
Mugdha_Aditya12-Oct-11 20:08
Mugdha_Aditya12-Oct-11 20:08 
Questionblock os Pin
mspmohanraj11-Oct-11 20:02
mspmohanraj11-Oct-11 20:02 
AnswerRe: block os Pin
Richard MacCutchan11-Oct-11 21:50
mveRichard MacCutchan11-Oct-11 21:50 
GeneralRe: block os Pin
harold aptroot11-Oct-11 21:54
harold aptroot11-Oct-11 21:54 
AnswerRe: block os Pin
Dave Kreskowiak12-Oct-11 1:46
mveDave Kreskowiak12-Oct-11 1:46 
AnswerRe: block os Pin
Not Active12-Oct-11 2:16
mentorNot Active12-Oct-11 2:16 
AnswerRe: block os Pin
loyal ginger12-Oct-11 2:48
loyal ginger12-Oct-11 2:48 
GeneralRe: block os Pin
Not Active12-Oct-11 3:01
mentorNot Active12-Oct-11 3:01 
GeneralRe: block os Pin
jschell12-Oct-11 12:24
jschell12-Oct-11 12:24 
AnswerRe: block os Pin
Bernhard Hiller12-Oct-11 20:06
Bernhard Hiller12-Oct-11 20:06 
QuestionHow to capture screen in the most optimized way. Pin
hvasilev11-Oct-11 9:51
hvasilev11-Oct-11 9:51 
AnswerRe: How to capture screen in the most optimized way. Pin
Bernhard Hiller11-Oct-11 21:15
Bernhard Hiller11-Oct-11 21:15 
GeneralRe: How to capture screen in the most optimized way. Pin
hvasilev11-Oct-11 21:27
hvasilev11-Oct-11 21:27 
AnswerRe: How to capture screen in the most optimized way. Pin
BobJanova11-Oct-11 22:19
BobJanova11-Oct-11 22:19 
GeneralRe: How to capture screen in the most optimized way. Pin
hvasilev11-Oct-11 22:31
hvasilev11-Oct-11 22:31 
GeneralRe: How to capture screen in the most optimized way. Pin
BobJanova12-Oct-11 1:44
BobJanova12-Oct-11 1:44 
GeneralRe: How to capture screen in the most optimized way. Pin
PIEBALDconsult12-Oct-11 4:20
mvePIEBALDconsult12-Oct-11 4:20 

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.