I am writing an application which involves users entering in IP addresses in the following format: "198.109.234.250"
I am using an ajax control at the minute that creates the mask like this: _ _ . _ . _ . _ _ which is fine because it will not allow letters to be entered just numbers.
Here is my question:
How do i set the maximum value for each three digit section of the I.P? like so that the maximum for each section can only be 250? like this: 250.250.250.250
I have been looking for an attribute within the ajax extender but cant seem to find one.