Click here to Skip to main content
15,896,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: calling selectedindexchanged event Pin
yesu prakash18-Oct-09 18:12
yesu prakash18-Oct-09 18:12 
QuestionWeb Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 3:46
professional#realJSOP18-Oct-09 3:46 
AnswerRe: Web Service - HttpContext.Current is null Pin
N a v a n e e t h18-Oct-09 4:22
N a v a n e e t h18-Oct-09 4:22 
GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 8:11
professional#realJSOP18-Oct-09 8:11 
GeneralRe: Web Service - HttpContext.Current is null Pin
Abhijit Jana18-Oct-09 8:33
professionalAbhijit Jana18-Oct-09 8:33 
GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 23:07
professional#realJSOP18-Oct-09 23:07 
GeneralRe: Web Service - HttpContext.Current is null Pin
N a v a n e e t h18-Oct-09 16:41
N a v a n e e t h18-Oct-09 16:41 
AnswerRe: Web Service - HttpContext.Current is null Pin
Vimalsoft(Pty) Ltd18-Oct-09 4:24
professionalVimalsoft(Pty) Ltd18-Oct-09 4:24 
Hi John

These two can give you the ip of a Client

string clientIP = Request.ServerVariables ["REMOTE_ADDR"];


or

string clientIP = Request.UserHostAddress;


Kind Regards

Vuyiswa Maseko

Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

GeneralRe: Web Service - HttpContext.Current is null Pin
N a v a n e e t h18-Oct-09 5:12
N a v a n e e t h18-Oct-09 5:12 
AnswerRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 9:12
professionalJimmyRopes18-Oct-09 9:12 
GeneralRe: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 10:42
mentorNot Active18-Oct-09 10:42 
GeneralRe: Web Service - HttpContext.Current is null [modified] Pin
JimmyRopes18-Oct-09 11:09
professionalJimmyRopes18-Oct-09 11:09 
GeneralRe: Web Service - HttpContext.Current is null Pin
Abhijit Jana18-Oct-09 11:20
professionalAbhijit Jana18-Oct-09 11:20 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 11:24
professionalJimmyRopes18-Oct-09 11:24 
GeneralRe: Web Service - HttpContext.Current is null Pin
Abhijit Jana18-Oct-09 11:30
professionalAbhijit Jana18-Oct-09 11:30 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 11:49
professionalJimmyRopes18-Oct-09 11:49 
GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 12:24
professional#realJSOP18-Oct-09 12:24 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 12:33
professionalJimmyRopes18-Oct-09 12:33 
GeneralRe: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 13:43
mentorNot Active18-Oct-09 13:43 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 13:49
professionalJimmyRopes18-Oct-09 13:49 
GeneralRe: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 15:07
mentorNot Active18-Oct-09 15:07 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 15:19
professionalJimmyRopes18-Oct-09 15:19 
General[deleted] Re: Web Service - HttpContext.Current is null Pin
Not Active18-Oct-09 16:29
mentorNot Active18-Oct-09 16:29 
GeneralRe: Web Service - HttpContext.Current is null Pin
#realJSOP18-Oct-09 12:22
professional#realJSOP18-Oct-09 12:22 
GeneralRe: Web Service - HttpContext.Current is null Pin
JimmyRopes18-Oct-09 12:38
professionalJimmyRopes18-Oct-09 12:38 

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.