"Jenny" <j.malloyNO@SPAMx-mail.net> wrote in
news:015201c34c2a$68f8a950$a001280a@phx.gbl:
> Hi all,
>
> how can I get information about the user on my webpage (for
> example the IP?)
Jenny,

The HttpRequest class has several properties that expose client
information.

To get the user's IP, you can query
HttpRequest.ServerVariables["REMOTE_ADDR"].

Hope this helps.

Chris.
-------------
C.R. Timmons Consulting, Inc.
[url]http://www.crtimmonsinc.com/[/url]