hi
i want to extract ip address. like we have ip address 127.0.0.1
i want to extract ip address in 4 different variable like ip1=127 ip2=0,ip3=0 ip4=1
i have get ip address on label. like
Label1.Text = Request.UserHos tAddress
how can i extract ip
pls help me
i want to extract ip address. like we have ip address 127.0.0.1
i want to extract ip address in 4 different variable like ip1=127 ip2=0,ip3=0 ip4=1
i have get ip address on label. like
Label1.Text = Request.UserHos tAddress
how can i extract ip
pls help me
Comment