Click here to Skip to main content
15,908,775 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Send ArrayList to aspx page from Webservice Pin
Guffa10-Sep-08 20:39
Guffa10-Sep-08 20:39 
GeneralRe: Send ArrayList to aspx page from Webservice Pin
huge_superman11-Sep-08 9:26
huge_superman11-Sep-08 9:26 
AnswerRe: Send ArrayList to aspx page from Webservice Pin
Anurag Sharma - Backoffice12-Sep-08 21:35
Anurag Sharma - Backoffice12-Sep-08 21:35 
Question[Message Deleted] Pin
Omar Gameel Salem10-Sep-08 5:46
professionalOmar Gameel Salem10-Sep-08 5:46 
AnswerRe: Sql update problem in content page Pin
Christian Graus10-Sep-08 6:15
protectorChristian Graus10-Sep-08 6:15 
GeneralRe: Sql update problem in content page Pin
Omar Gameel Salem10-Sep-08 8:07
professionalOmar Gameel Salem10-Sep-08 8:07 
QuestionShow Computer name and IP of the computer viewing the web page Pin
SAadmin10-Sep-08 4:50
SAadmin10-Sep-08 4:50 
AnswerRe: Show Computer name and IP of the computer viewing the web page Pin
Guffa10-Sep-08 20:46
Guffa10-Sep-08 20:46 
You get the user IP address from Request.UserHostAddress.

As long as the compuer is in the same local network as the server, you can get the computer name using System.Net.Dns.GetHostEntry(ip).HostName.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Show Computer name and IP of the computer viewing the web page Pin
SAadmin10-Sep-08 21:00
SAadmin10-Sep-08 21:00 
GeneralRe: Show Computer name and IP of the computer viewing the web page Pin
Guffa10-Sep-08 21:14
Guffa10-Sep-08 21:14 
GeneralRe: Show Computer name and IP of the computer viewing the web page Pin
SAadmin11-Sep-08 0:49
SAadmin11-Sep-08 0:49 
GeneralStrange Namespace Issue - Solved [modified] Pin
Brady Kelly10-Sep-08 4:39
Brady Kelly10-Sep-08 4:39 
QuestionTitle problem Pin
krishnaveer10-Sep-08 2:36
krishnaveer10-Sep-08 2:36 
AnswerRe: Title problem Pin
Pete O'Hanlon10-Sep-08 2:52
mvePete O'Hanlon10-Sep-08 2:52 
AnswerRe: Title problem Pin
Christian Graus10-Sep-08 6:17
protectorChristian Graus10-Sep-08 6:17 
GeneralRe: Title problem Pin
Steven A. Lowe12-Sep-08 18:44
Steven A. Lowe12-Sep-08 18:44 
Questioncan i set navigateurl for swf file through vs 2003 Pin
natureabc10-Sep-08 1:56
natureabc10-Sep-08 1:56 
QuestionHow to use SID Like Windows authentication User? Pin
Piyush Vardhan Singh10-Sep-08 1:37
Piyush Vardhan Singh10-Sep-08 1:37 
GeneralDeclarative Property Collections Pin
Brady Kelly10-Sep-08 1:04
Brady Kelly10-Sep-08 1:04 
GeneralRe: Declarative Property Collections Pin
J4amieC10-Sep-08 2:08
J4amieC10-Sep-08 2:08 
GeneralRe: Declarative Property Collections Pin
Brady Kelly10-Sep-08 2:52
Brady Kelly10-Sep-08 2:52 
GeneralRe: Declarative Property Collections Pin
J4amieC10-Sep-08 3:16
J4amieC10-Sep-08 3:16 
GeneralTab Control with MultiView and Menu Pin
Brady Kelly10-Sep-08 0:47
Brady Kelly10-Sep-08 0:47 
Questiondeploy website to server Pin
eyeseetee10-Sep-08 0:24
eyeseetee10-Sep-08 0:24 
AnswerRe: deploy website to server Pin
AhsanS10-Sep-08 0:27
AhsanS10-Sep-08 0:27 

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.