Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I Have a textbox and ichange the value of this by javascript on client side. How can I get the updated value from serverside??
Posted
Comments
Albin Abel 9-Mar-11 0:55am    
same way. It doesn't matter you write something on the control or using a javascript

You can use any of the below:
1. XMLHttpRequest
2. Callback
3. PageMethod
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900