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

.NET (Core and Framework)

 
AnswerRe: System Colours Pin
Heath Stewart17-Feb-07 6:07
protectorHeath Stewart17-Feb-07 6:07 
GeneralRe: System Colours Pin
Simon P Stevens18-Feb-07 22:02
Simon P Stevens18-Feb-07 22:02 
QuestionHow to write NUNIT Test Cases for Crystal Reports? Pin
Harshal Nemade15-Feb-07 22:19
Harshal Nemade15-Feb-07 22:19 
QuestionMonitor Chat Server Using WMI in c# .net Pin
Member 182410015-Feb-07 20:48
Member 182410015-Feb-07 20:48 
AnswerRe: Monitor Chat Server Using WMI in c# .net Pin
Dave Kreskowiak16-Feb-07 8:40
mveDave Kreskowiak16-Feb-07 8:40 
QuestionDeploying application forms of C# in VS.NET Pin
Eyungwah15-Feb-07 11:25
Eyungwah15-Feb-07 11:25 
AnswerRe: Deploying application forms of C# in VS.NET Pin
Zoltan Balazs15-Feb-07 13:04
Zoltan Balazs15-Feb-07 13:04 
QuestionDeployment question Pin
JoltWork15-Feb-07 7:01
JoltWork15-Feb-07 7:01 
AnswerRe: Deployment question Pin
Heath Stewart17-Feb-07 6:10
protectorHeath Stewart17-Feb-07 6:10 
GeneralRe: Deployment question Pin
JoltWork21-Feb-07 2:24
JoltWork21-Feb-07 2:24 
GeneralRe: Deployment question Pin
Heath Stewart21-Feb-07 4:13
protectorHeath Stewart21-Feb-07 4:13 
GeneralRe: Deployment question Pin
JoltWork21-Feb-07 6:19
JoltWork21-Feb-07 6:19 
AnswerRe: Deployment question Pin
perlmunger21-Feb-07 7:01
perlmunger21-Feb-07 7:01 
QuestionTransaction on Dataset in ADO.net Pin
Neeraj_Maurya15-Feb-07 5:35
Neeraj_Maurya15-Feb-07 5:35 
AnswerRe: Transaction on Dataset in ADO.net Pin
Colin Angus Mackay15-Feb-07 6:03
Colin Angus Mackay15-Feb-07 6:03 
QuestionGeneric Signatures on remoting objects Pin
LukeHammond15-Feb-07 3:00
LukeHammond15-Feb-07 3:00 
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 

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.