ok Im using visual studio.net
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="True" Inherits="test.WebForm1"
im trying to get the server variable to display
str = Request.ServerVariables("HTTP_ID")
question how is this formatted/coded in the aspx page or is this done on the aspx.cs? If so how do you do it.
thanks in advance
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="True" Inherits="test.WebForm1"
im trying to get the server variable to display
str = Request.ServerVariables("HTTP_ID")
question how is this formatted/coded in the aspx page or is this done on the aspx.cs? If so how do you do it.
thanks in advance