How to Validate mac address & ipaddress in client side(using javascript) & server side(using c#)

Posted by amexn on Stack Overflow See other posts from Stack Overflow or by amexn
Published on 2010-06-04T10:20:37Z Indexed on 2010/06/06 2:22 UTC
Read the original article Hit count: 883

Filed under:
|
|
|
|

My team doing a project related to network using Asp.net MVC(c#).

I need to validate mac address & ipaddress in client side(using javascript) & server side(using c#). I didn't get a good solution for validating mac address & ip addresss.

I searched google for finding a good user interface for validating mac address by giving colon after two number eg: "XX:XX:XX:XX:XX:XX" by using Masked Input.Please give reference/guidance for implementing this. Any jquery plugin for implementing Masked Input.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET