Click here to Skip to main content
15,912,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Game Plan. Many textboxes, each with an AjaxControlToolkit.NumericUpDownExtender.

If the user changes the Unit of Measure from Inches to Points or Centimeters or Millimeters, then I want to adjust the Max and step values of the NumericUpDownExtenders.

Found a nice recursive routine to loop through controls, but the AjaxControlToolkit.NumericUpDownExtender is not a control thus cannot find, nor change values. Any/all help appreciated.
Posted

1 solution

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