Click here to Skip to main content
15,881,803 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRe: Generic Signatures on remoting objects Pin
LukeHammond15-Feb-07 3:03
LukeHammond15-Feb-07 3:03 
QuestionRe: Generic Signatures on remoting objects Pin
LukeHammond15-Feb-07 3:11
LukeHammond15-Feb-07 3:11 
QuestionHow to create synchronous socket? Pin
Banks K14-Feb-07 22:19
Banks K14-Feb-07 22:19 
Questiondraw the shapes on top of the controls... Pin
sathishtl00714-Feb-07 19:36
sathishtl00714-Feb-07 19:36 
AnswerRe: draw the shapes on top of the controls... Pin
Simon P Stevens17-Feb-07 2:42
Simon P Stevens17-Feb-07 2:42 
QuestionCalling C# method from a JavaScript program Pin
earlgraham14-Feb-07 12:14
earlgraham14-Feb-07 12:14 
AnswerRe: Calling C# method from a JavaScript program Pin
N a v a n e e t h14-Feb-07 18:05
N a v a n e e t h14-Feb-07 18:05 
AnswerRe: Calling C# method from a JavaScript program Pin
perlmunger21-Feb-07 7:08
perlmunger21-Feb-07 7:08 
As has already been suggested, you can use AJAX, but if you just want to post back user input, you can also just set the value of hidden fields using your javascript code. Just register a hidden field in your form by some name that will be known both in your javascript and your server side C# code. Then have javascript obtain that field by using document.getElementById and set its value to whatever you want. Then, when the page gets posted back, you will have access to the value that was placed in that field.

-Matt

------------------------------------------
The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall

GeneralRe: Calling C# method from a JavaScript program Pin
earlgraham22-Feb-07 11:10
earlgraham22-Feb-07 11:10 
QuestionPerfomance of application Pin
cocoonwls14-Feb-07 10:57
cocoonwls14-Feb-07 10:57 
AnswerRe: Perfomance of application Pin
Luc Pattyn14-Feb-07 11:09
sitebuilderLuc Pattyn14-Feb-07 11:09 
GeneralRe: Perfomance of application Pin
cocoonwls14-Feb-07 11:28
cocoonwls14-Feb-07 11:28 
GeneralRe: Perfomance of application Pin
Luc Pattyn14-Feb-07 11:40
sitebuilderLuc Pattyn14-Feb-07 11:40 
GeneralRe: Perfomance of application Pin
cocoonwls14-Feb-07 11:58
cocoonwls14-Feb-07 11:58 
GeneralRe: Perfomance of application Pin
Luc Pattyn14-Feb-07 12:06
sitebuilderLuc Pattyn14-Feb-07 12:06 
GeneralRe: Perfomance of application Pin
cocoonwls14-Feb-07 12:21
cocoonwls14-Feb-07 12:21 
GeneralRe: Perfomance of application Pin
Luc Pattyn14-Feb-07 12:37
sitebuilderLuc Pattyn14-Feb-07 12:37 
GeneralRe: Perfomance of application Pin
Iqbal M Khan14-Feb-07 20:09
Iqbal M Khan14-Feb-07 20:09 
AnswerRe: Perfomance of application Pin
Heath Stewart17-Feb-07 6:15
protectorHeath Stewart17-Feb-07 6:15 
QuestionProblems with getProcessesByName Pin
derbrink14-Feb-07 3:31
derbrink14-Feb-07 3:31 
AnswerRe: Problems with getProcessesByName Pin
Luc Pattyn14-Feb-07 6:51
sitebuilderLuc Pattyn14-Feb-07 6:51 
QuestionFixed a window Form Pin
Parameswar Mala14-Feb-07 1:27
Parameswar Mala14-Feb-07 1:27 
AnswerRe: Fixed a window Form Pin
Heath Stewart17-Feb-07 6:25
protectorHeath Stewart17-Feb-07 6:25 
QuestionMenuItem Compact Framework [modified] Pin
danaelx14-Feb-07 1:11
danaelx14-Feb-07 1:11 
QuestionResolution Problem. Pin
Parameswar Mal14-Feb-07 1:06
Parameswar Mal14-Feb-07 1:06 

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.