Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Accessing client-side variables on the server side


Message #1 by "Oliver, Wells" <WOliver@l...> on Tue, 5 Nov 2002 15:39:34 -0800
Have a script that changes a javascript var on the client side. I somehow
need to access the value of this variable on the server side upon submision.
Any tips here?

Wells Oliver
Web Applications Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com 

Message #2 by "Mark Struck" <struckm@a...> on Tue, 5 Nov 2002 17:50:18 -0600
Oliver,

 Store the value in a hidden form variable and access it upon submission.

Mark


-----Original Message-----
From: Oliver, Wells [mailto:WOliver@l...]
Sent: Tuesday, November 05, 2002 5:40 PM
To: ASP.NET
Subject: [aspx] Accessing client-side variables on the server side


Have a script that changes a javascript var on the client side. I somehow
need to access the value of this variable on the server side upon submision.
Any tips here?

Wells Oliver
Web Applications Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com


---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.

---


  Return to Index