Click here to Skip to main content
15,895,740 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i am using a free textbox in my application on button click i want to save data in the textbox but the button click event is not calling. when i remove the textbox the page is working fine. i am not getting how to solve this issue.Please help me
Posted

1 solution

onclientclick=" validateFreetextbox()" /> should be OnClientClick="return validateFreetextbox()" />
 
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