have to set range for my textbox at runtime .the range should be be >=25 to <=50. what should I use in WPF so that if user enters value out of range then another textbox shows the incorrect range msg
I have tried some property but it is not accepting the range ......it is just giving the error msg on changing the default value
but I want to show the msg only when the range is less than 25 and greater than 50