Click here to Skip to main content
15,906,625 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: CheckBox and CheckBoxList Pin
Prasanna Kumar Pete24-Sep-08 20:08
Prasanna Kumar Pete24-Sep-08 20:08 
GeneralRe: CheckBox and CheckBoxList Pin
Pratik Vasant Shah24-Sep-08 20:13
Pratik Vasant Shah24-Sep-08 20:13 
GeneralRe: CheckBox and CheckBoxList Pin
Prasanna Kumar Pete24-Sep-08 20:20
Prasanna Kumar Pete24-Sep-08 20:20 
Questionprocess a german cultured Excel file Pin
Prasanna Kumar Pete24-Sep-08 19:40
Prasanna Kumar Pete24-Sep-08 19:40 
QuestionHow to make a slide out menu Pin
dbnair24-Sep-08 19:12
dbnair24-Sep-08 19:12 
AnswerRe: How to make a slide out menu Pin
Ashfield24-Sep-08 21:09
Ashfield24-Sep-08 21:09 
Questionhow to trap an ip address of a pc through asp.net Pin
souravghosh1824-Sep-08 19:06
souravghosh1824-Sep-08 19:06 
AnswerRe: how to trap an ip address of a pc through asp.net Pin
Baran M24-Sep-08 19:37
Baran M24-Sep-08 19:37 
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"];
- first page result from google.Smile | :)
GeneralRe: how to trap an ip address of a pc through asp.net Pin
souravghosh1824-Sep-08 19:56
souravghosh1824-Sep-08 19:56 
GeneralRe: how to trap an ip address of a pc through asp.net Pin
Baran M24-Sep-08 20:23
Baran M24-Sep-08 20:23 
QuestionAdd User defined property to asp.net control Pin
avi_dadi200224-Sep-08 19:04
avi_dadi200224-Sep-08 19:04 
QuestionASP.NET send email Pin
Socheat.Net24-Sep-08 17:29
Socheat.Net24-Sep-08 17:29 
AnswerRe: ASP.NET send email Pin
Abhijit Jana24-Sep-08 17:59
professionalAbhijit Jana24-Sep-08 17:59 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 18:04
Socheat.Net24-Sep-08 18:04 
GeneralRe: ASP.NET send email Pin
Abhijit Jana24-Sep-08 18:39
professionalAbhijit Jana24-Sep-08 18:39 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 18:47
Socheat.Net24-Sep-08 18:47 
GeneralRe: ASP.NET send email Pin
Baran M24-Sep-08 18:06
Baran M24-Sep-08 18:06 
AnswerRe: ASP.NET send email Pin
Kaushikkavi24-Sep-08 19:03
Kaushikkavi24-Sep-08 19:03 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 19:05
Socheat.Net24-Sep-08 19:05 
GeneralRe: ASP.NET send email Pin
Kaushikkavi24-Sep-08 19:19
Kaushikkavi24-Sep-08 19:19 
GeneralRe: ASP.NET send email Pin
Socheat.Net24-Sep-08 20:14
Socheat.Net24-Sep-08 20:14 
AnswerRe: ASP.NET send email Pin
N a v a n e e t h24-Sep-08 20:42
N a v a n e e t h24-Sep-08 20:42 
QuestionI Need Emergency Help Please Pin
vartana81824-Sep-08 11:55
vartana81824-Sep-08 11:55 
AnswerNOBODY CARES... Pin
leckey24-Sep-08 14:31
leckey24-Sep-08 14:31 
AnswerRe: I Need Emergency Help Please Pin
Guffa24-Sep-08 15:00
Guffa24-Sep-08 15:00 

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.