Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: Return an image to mspaint! Pin
Gareth_Hastings2-Mar-06 21:18
Gareth_Hastings2-Mar-06 21:18 
GeneralRe: Return an image to mspaint! Pin
Curtis Schlak.3-Mar-06 15:21
Curtis Schlak.3-Mar-06 15:21 
AnswerRe: Return an image to mspaint! Pin
Vasudevan Deepak Kumar2-Mar-06 20:05
Vasudevan Deepak Kumar2-Mar-06 20:05 
GeneralRe: Return an image to mspaint! Pin
Gareth_Hastings2-Mar-06 21:26
Gareth_Hastings2-Mar-06 21:26 
QuestionC# Video Tutorials Pin
shatterstar64572-Mar-06 12:16
shatterstar64572-Mar-06 12:16 
AnswerRe: C# Video Tutorials Pin
renjithkr2-Mar-06 22:25
renjithkr2-Mar-06 22:25 
QuestionHTML vriable to C# Pin
ytubis2-Mar-06 11:36
ytubis2-Mar-06 11:36 
AnswerRe: HTML vriable to C# Pin
Curtis Schlak.2-Mar-06 12:24
Curtis Schlak.2-Mar-06 12:24 
The JavaScript code to which you refer runs in a client's browser. The C# code to which you refer runs on a Web or application server. In this scenario, the two don't exist together in the same process space and can, therefore, not "share" variables.

You can only "share" values through serializing between the two processes, usually through HTTP requests.

"we must lose precision to make significant statements about complex systems."
-deKorvin on uncertainty
GeneralRe: HTML vriable to C# Pin
ytubis2-Mar-06 12:38
ytubis2-Mar-06 12:38 
GeneralRe: HTML vriable to C# Pin
Curtis Schlak.2-Mar-06 13:21
Curtis Schlak.2-Mar-06 13:21 
QuestionVSTO Excel buttons Pin
Drew McGhie2-Mar-06 11:30
Drew McGhie2-Mar-06 11:30 
Question"unable to setablish connection to network" exception Pin
amresawy2-Mar-06 10:11
amresawy2-Mar-06 10:11 
AnswerRe: "unable to setablish connection to network" exception Pin
Vasudevan Deepak Kumar2-Mar-06 21:08
Vasudevan Deepak Kumar2-Mar-06 21:08 
QuestionCall C# DLL from unmanaged C++: question on string Pin
Koushik Biswas2-Mar-06 10:05
Koushik Biswas2-Mar-06 10:05 
QuestionRegex and Replace Pin
eggsovereasy2-Mar-06 9:39
eggsovereasy2-Mar-06 9:39 
AnswerRe: Regex and Replace Pin
Guffa2-Mar-06 9:44
Guffa2-Mar-06 9:44 
GeneralRe: Regex and Replace Pin
eggsovereasy2-Mar-06 9:50
eggsovereasy2-Mar-06 9:50 
GeneralRe: Regex and Replace Pin
Nadia Monalisa2-Mar-06 10:04
Nadia Monalisa2-Mar-06 10:04 
GeneralRe: Regex and Replace Pin
Paul Conrad2-Mar-06 18:51
professionalPaul Conrad2-Mar-06 18:51 
Questionextracting values of meta tags in html Pin
rizwan_rashid2-Mar-06 9:19
rizwan_rashid2-Mar-06 9:19 
QuestionDisplaying an xml file on the Command Prompt Pin
Rajareet2-Mar-06 9:01
Rajareet2-Mar-06 9:01 
QuestionSerial Communications Pin
McSmack2-Mar-06 7:29
McSmack2-Mar-06 7:29 
Question"unable to connect to remtoe server" error Pin
amresawy2-Mar-06 7:11
amresawy2-Mar-06 7:11 
AnswerRe: Reading data from sound card Pin
Dan Neely2-Mar-06 7:11
Dan Neely2-Mar-06 7:11 
GeneralRe: Reading data from sound card Pin
Dan Neely2-Mar-06 7:44
Dan Neely2-Mar-06 7:44 

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.