Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > BOOK: Beginning ASP.NET 1.0
|
BOOK: Beginning ASP.NET 1.0
This is the forum to discuss the Wrox book Beginning ASP.NET 1.0 with C# by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussman, Ollie Cornes, Rob Birdwell, Matt Butler, Gary Johnson, Ajoy Krishnamoorthy, Juan T. Llibre, Chris Ullman; ISBN: 9780764543708
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 8th, 2004, 09:48 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 120
Thanks: 0
Thanked 1 Time in 1 Post
Default UserHostName and UserHostAddress return same value

hi any body i am examined both of Request.UserHostAddress and Request.UserHostName return machine ip if i want to get the machine name how i can do it.
Code:
Response.Write("Machine ip"+Request.UserHostAddress+"Machine Name:"+Request.UserHostName);
the above code return both of them the ip address of machine of client machine but i like to get both of them.
Another things is that can i write some code in the global.asax the insert a record when fire a Session_Start() Event.if i can do this any one can give me a good example that where i can declare this code
that i can access globaly in my application(web application).
Thanx In Advance .

YoOrD.
__________________
       YoOrD .
Beauty is not on the face
Beauty is on the heart
~~<<Ghibran Khalil>>~~





Similar Threads
Thread Thread Starter Forum Replies Last Post
need some help please getting a return value merk ASP.NET 2.0 Basics 4 October 3rd, 2007 07:10 PM
Return value of HyperLinkField VadimZ ASP.NET 2.0 Professional 7 August 14th, 2007 12:21 PM
How to return an array ? arulkumar ASP.NET 2.0 Professional 0 March 3rd, 2007 03:15 PM
Return date only...I need your help! billq SQL Server 2000 2 July 1st, 2006 01:56 PM
Return all Tables? morpheus SQL Server 2000 7 March 7th, 2005 08:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.