Hallo, folgendes habe ich aus der Doku:

  Uri MyUrl = Request.UrlReferrer;
  Response.Write(MyUrl.Port);

ich bekomme aber:

Object reference not set to an instance of an object.
Source Error: 
Line 44: Response.Write(MyUrl.Port);

Das versteh ich nich ... Weiss jemand Rat?
Matthias

 



_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an