Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Access Denied in CreateDirectory with UNC Path Pin
Stephan Pilz16-Sep-09 2:47
Stephan Pilz16-Sep-09 2:47 
Questionproblem in text box Pin
na3em 200915-Sep-09 23:48
na3em 200915-Sep-09 23:48 
AnswerRe: problem in text box Pin
Christian Graus16-Sep-09 1:32
protectorChristian Graus16-Sep-09 1:32 
Questionproblem due to use of modalpopupExtender Pin
saiftanoli15-Sep-09 22:12
saiftanoli15-Sep-09 22:12 
AnswerRe: problem due to use of modalpopupExtender Pin
Muhammad Mazhar17-Sep-09 9:37
Muhammad Mazhar17-Sep-09 9:37 
QuestionIp Address Pin
Ramkumar_S15-Sep-09 21:29
Ramkumar_S15-Sep-09 21:29 
AnswerRe: Ip Address Pin
Abhishek Sur15-Sep-09 21:43
professionalAbhishek Sur15-Sep-09 21:43 
AnswerRe: Ip Address Pin
Christian Graus15-Sep-09 21:49
protectorChristian Graus15-Sep-09 21:49 
"HttpContext.Current.Request.UserHostAddress;
or
HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];

To get the IP address of the machine and not the proxy use the following code

HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"];"

Two seconds with google.

You realise most people dial into their ISP and don't have a fixed IP address, right ?

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

AnswerRe: Ip Address Pin
Manas Bhardwaj15-Sep-09 21:52
professionalManas Bhardwaj15-Sep-09 21:52 
QuestionAny possibility to avoid cache in asp.net Pin
anushh15-Sep-09 21:18
anushh15-Sep-09 21:18 
AnswerRe: Any possibility to avoid cache in asp.net Pin
Christian Graus15-Sep-09 21:25
protectorChristian Graus15-Sep-09 21:25 
GeneralRe: Any possibility to avoid cache in asp.net Pin
anushh15-Sep-09 21:46
anushh15-Sep-09 21:46 
GeneralRe: Any possibility to avoid cache in asp.net Pin
Christian Graus15-Sep-09 21:50
protectorChristian Graus15-Sep-09 21:50 
GeneralRe: Any possibility to avoid cache in asp.net Pin
N a v a n e e t h15-Sep-09 22:13
N a v a n e e t h15-Sep-09 22:13 
AnswerRe: Any possibility to avoid cache in asp.net Pin
Abhishek Sur15-Sep-09 21:45
professionalAbhishek Sur15-Sep-09 21:45 
GeneralRe: Any possibility to avoid cache in asp.net Pin
anushh15-Sep-09 21:48
anushh15-Sep-09 21:48 
GeneralRe: Any possibility to avoid cache in asp.net Pin
Abhishek Sur15-Sep-09 22:03
professionalAbhishek Sur15-Sep-09 22:03 
QuestionJavascript validation in asp.net for a textbox and dropdown Pin
rummer15-Sep-09 20:42
rummer15-Sep-09 20:42 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Vimalsoft(Pty) Ltd15-Sep-09 20:48
professionalVimalsoft(Pty) Ltd15-Sep-09 20:48 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Christian Graus15-Sep-09 21:15
protectorChristian Graus15-Sep-09 21:15 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Abhishek Sur15-Sep-09 21:52
professionalAbhishek Sur15-Sep-09 21:52 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Christian Graus15-Sep-09 21:57
protectorChristian Graus15-Sep-09 21:57 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Abhishek Sur15-Sep-09 22:09
professionalAbhishek Sur15-Sep-09 22:09 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Christian Graus15-Sep-09 22:10
protectorChristian Graus15-Sep-09 22:10 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Abhishek Sur15-Sep-09 22:43
professionalAbhishek Sur15-Sep-09 22:43 

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.