Click here to Skip to main content
15,916,945 members
Home / Discussions / C#
   

C#

 
QuestionRichtextbox gets cleared Pin
Dominic Victor22-Feb-07 17:17
Dominic Victor22-Feb-07 17:17 
AnswerRe: Richtextbox gets cleared Pin
Harini N K22-Feb-07 17:41
Harini N K22-Feb-07 17:41 
GeneralRe: Richtextbox gets cleared Pin
Dominic Victor22-Feb-07 18:43
Dominic Victor22-Feb-07 18:43 
Questionc# to excel Pin
swjam22-Feb-07 16:44
swjam22-Feb-07 16:44 
Questionconvert and Connect database Pin
shereem khaleel22-Feb-07 13:15
shereem khaleel22-Feb-07 13:15 
QuestionHow do I check the state of a process (System.Diagnostics.Process) Pin
drinkingbird22-Feb-07 12:54
drinkingbird22-Feb-07 12:54 
QuestionWeb services Pin
Ananthalvan22-Feb-07 11:43
Ananthalvan22-Feb-07 11:43 
AnswerRe: Web services Pin
Guffa22-Feb-07 12:05
Guffa22-Feb-07 12:05 
Do you mean the language that the user prefers as set in the browser, or the culture settings used on the server when creating the web page?

Are you calling the web service from the server creating the page or from the page in the browser?

A SOAP call doesn't contain any culture information, but if it's called from the browser, the http header may contain the language preference of the user. If you want to use a culture in the web service based on a setting from wherever it's called, you can send the culture string (e.g. "en-US") to the web service, and create a CultureInfo object using the string.

---
single minded; short sighted; long gone;

GeneralRe: Web services Pin
Ananthalvan23-Feb-07 12:03
Ananthalvan23-Feb-07 12:03 
GeneralRe: Web services Pin
Guffa23-Feb-07 13:26
Guffa23-Feb-07 13:26 
GeneralRe: Web services Pin
Ananthalvan25-Feb-07 4:37
Ananthalvan25-Feb-07 4:37 
AnswerRe: Web services Pin
Guffa26-Feb-07 21:32
Guffa26-Feb-07 21:32 
GeneralRe: Web services Pin
Ananthalvan27-Feb-07 4:15
Ananthalvan27-Feb-07 4:15 
QuestionHow to serialize a user control object that includes hashTable Pin
aukh22-Feb-07 11:24
aukh22-Feb-07 11:24 
QuestionDevice Application Pin
newbie_22-Feb-07 10:46
newbie_22-Feb-07 10:46 
QuestionError While open excel file using Oledb object [modified] Pin
dhananjayamurthy22-Feb-07 10:17
dhananjayamurthy22-Feb-07 10:17 
AnswerRe: Error While open excel file using Oledb object Pin
Dave Kreskowiak22-Feb-07 15:14
mveDave Kreskowiak22-Feb-07 15:14 
Questionc# Pin
GajendiranVIT22-Feb-07 10:07
GajendiranVIT22-Feb-07 10:07 
AnswerRe: c# Pin
aukh22-Feb-07 11:26
aukh22-Feb-07 11:26 
QuestionConvert State to Abbreviation or Back... Pin
code-frog22-Feb-07 9:48
professionalcode-frog22-Feb-07 9:48 
AnswerRe: Convert State to Abbreviation or Back... Pin
led mike22-Feb-07 9:50
led mike22-Feb-07 9:50 
GeneralRe: Convert State to Abbreviation or Back... Pin
code-frog22-Feb-07 9:53
professionalcode-frog22-Feb-07 9:53 
GeneralRe: Convert State to Abbreviation or Back... Pin
led mike22-Feb-07 9:58
led mike22-Feb-07 9:58 
AnswerRe: Convert State to Abbreviation or Back... Pin
Leslie Sanford22-Feb-07 11:35
Leslie Sanford22-Feb-07 11:35 
GeneralTwo Things... Pin
code-frog22-Feb-07 11:51
professionalcode-frog22-Feb-07 11:51 

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.