I want the masked text for the IPAddress in ASP.Net.
and below are the ipaddress which are some possible addresses.
Ex:
192.168.30.2
10.1.1.2
31.23.212.2
So, number one has 3 numbers, but number 2 has only 2. Right now, the default MaskedTextBox makes you enter in all three numbers before going to the next octet.
Thanks in advance,
