|
-
June 16th, 2010, 04:47 AM
#1
IPAddress Control
Hi All,
I need an IP-Address control in my application, for which i tried to download one from http://www.c-sharpcorner.com/UploadF...oxControl.aspx
But this control doesnot support the ip of type "10.99.7.121"(It supports ip of type 255.255.255.255)
Could someone help me with a better solution?????
-
June 16th, 2010, 08:04 AM
#2
Re: IPAddress Control
IPAddress Control?
System.Net.Sockets
Always use [code][/code] tags when posting code.
-
June 16th, 2010, 08:10 AM
#3
Re: IPAddress Control
 Originally Posted by daffodils180
But this control doesnot support the ip of type "10.99.7.121"(It supports ip of type 255.255.255.255)
Could someone help me with a better solution?????
Do you want it for the data entry purpose ie. some should enter valid ipaddress?
if Yes then u can also use simple text box with the regex validations.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|