Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a numeric field text box quantity .In which i want to popup a calculator like in touch screen monitor.

I tried doing an aspx page for the popup.but in each button click(numbers) it does a postback.

Is there some solution or an javascript.jquery odes to attach calculator to an integerfield.

please help me out.
Posted

1 solution

Set postback=false in buttons property.
 
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