Click here to Skip to main content
15,883,829 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,



I placed the div eith textbox and button in the same aspx page but the div is displayed when we click on the anchor tag the div opens using script and when i type some textin the textbox and by clicking on the popup button the evnt is firing but the textbox values i null,how to get the textbox value what i written.......


please help me
Posted
Comments
Show your code.

1 solution

On popup button click event use $('#textboxid').html(); and assign that to control in popup wherever you want
 
Share this answer
 
Comments
Member 10226004 3-Jun-14 2:16am    
am assgigng value to the textbox but when i click on button in that the textbox value is showing null

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