Click here to Skip to main content
15,904,494 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i ve textbox and hidden field , enter the value to textbox and store in hidden field refresh the webpage, then i cant get the value from hidden field how to get that????
Posted

1 solution

You access it using jquery or javascript, assuming it's still there. You access it by the id of the control. $("#id").val() in jquery where id is the id of the control.
 
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