Click here to Skip to main content
15,894,955 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to add a NumericUpDownExtender with a TextBox inside of an AJAX Tab Container. When putting just a TextBox on the form and adding the NumericUpDownExtender, the up/down arrows work fine to change the value shown in the text box.

However, as soon as I add a Tab Container and a Tab Panel, adding the TextBox inside the panel with a NumericUpDownExtender no longer works. Clicking on the up/down arrows has no effect in changing the value shown in the text box. When clicking on an arrow, it no longer shows it being depressed as if it is not even being processed.

I am, of course, adding a AJAX ScriptManager, which is needed to use the AJAX Controls.

How do I get the TextBox with a NumericUpDownExtender to respond when placed on a Tab Panel inside of a Tab Container?
Posted

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