Click here to Skip to main content
15,891,607 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net Pin
pmarfleet1-Feb-08 23:06
pmarfleet1-Feb-08 23:06 
GeneralRe: asp.net Pin
Colin Angus Mackay2-Feb-08 5:04
Colin Angus Mackay2-Feb-08 5:04 
GeneralRe: asp.net Pin
dilipv3-Feb-08 20:03
dilipv3-Feb-08 20:03 
GeneralSending Email Pin
.NET- India 1-Feb-08 20:15
.NET- India 1-Feb-08 20:15 
GeneralRe: Sending Email Pin
Michael Sync1-Feb-08 21:21
Michael Sync1-Feb-08 21:21 
GeneralRe: Sending Email Pin
.NET- India 1-Feb-08 22:35
.NET- India 1-Feb-08 22:35 
GeneralRe: Sending Email Pin
Michael Sync1-Feb-08 23:06
Michael Sync1-Feb-08 23:06 
Generali am using asp.net with VB.net Pin
Deepthy.P.M1-Feb-08 19:34
Deepthy.P.M1-Feb-08 19:34 
I used the following code to get the Ip address

Dim compname As String
Dim i As Integer
Dim ip1 As String()
compname = System.Net.Dns.GetHostName()
Dim ipentry As New IPHostEntry
ipentry = Dns.GetHostEntry(compname)
Dim ip As IPAddress()
ip = ipentry.AddressList
For i = 0 To ip.Length - 1
MsgBox(ip(i).ToString())
Next

But when i host page to server it display server ip address.I want the Client ip address.If anyone know the code pls tell me
GeneralRe: i am using asp.net with VB.net Pin
Sun Rays1-Feb-08 21:19
Sun Rays1-Feb-08 21:19 
AnswerRe: i am using asp.net with VB.net Pin
John-ph2-Feb-08 23:31
John-ph2-Feb-08 23:31 
GeneralRe: i am using asp.net with VB.net Pin
Deepthy.P.M4-Feb-08 18:13
Deepthy.P.M4-Feb-08 18:13 
Generalproblem of scripting on windows server 2003 SP2 Pin
koolprasad20031-Feb-08 17:30
professionalkoolprasad20031-Feb-08 17:30 
GeneralRe: problem of scripting on windows server 2003 SP2 Pin
Venkatesh Mookkan3-Feb-08 16:45
Venkatesh Mookkan3-Feb-08 16:45 
GeneralASP.NET Modal Popup Pin
K.P.Kannan1-Feb-08 17:29
K.P.Kannan1-Feb-08 17:29 
AnswerRe: ASP.NET Modal Popup Pin
Sun Rays1-Feb-08 17:42
Sun Rays1-Feb-08 17:42 
Questionhow to play audio? Pin
kadkir1-Feb-08 17:13
kadkir1-Feb-08 17:13 
GeneralASP panel control Pin
waheed awan1-Feb-08 11:51
waheed awan1-Feb-08 11:51 
GeneralRe: ASP panel control Pin
Arun Jacob1-Feb-08 16:42
Arun Jacob1-Feb-08 16:42 
GeneralRe: ASP panel control Pin
waheed awan6-Feb-08 5:37
waheed awan6-Feb-08 5:37 
QuestionCustom Login / Logout in ASP.NET Pin
tawammar1-Feb-08 10:40
tawammar1-Feb-08 10:40 
AnswerRe: Custom Login / Logout in ASP.NET Pin
Venkatesh Mookkan3-Feb-08 16:52
Venkatesh Mookkan3-Feb-08 16:52 
QuestionHow to enable file download in asp.net 2.0 with C#? Pin
Chakouri1-Feb-08 8:48
Chakouri1-Feb-08 8:48 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
led mike1-Feb-08 9:18
led mike1-Feb-08 9:18 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
Chakouri1-Feb-08 9:29
Chakouri1-Feb-08 9:29 
GeneralRe: How to enable file download in asp.net 2.0 with C#? Pin
led mike1-Feb-08 10:23
led mike1-Feb-08 10:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.