C
clintonG
I'm trying to get the file name returned in a server variable and am really
feeling dumb because I haven't figured out how to use the available
methods correctly to get the contents of the array that exists in the upper
bound dimension. Can somebody finish it for me and not let anybody
know I asked? ;-)
string url = Request.ServerVariables["url"];
string [] split = url.Split('/');
// Returns
/Learn.NET/CS/PostBackEvents/UsingLinkButton.aspx
feeling dumb because I haven't figured out how to use the available
methods correctly to get the contents of the array that exists in the upper
bound dimension. Can somebody finish it for me and not let anybody
know I asked? ;-)
string url = Request.ServerVariables["url"];
string [] split = url.Split('/');
// Returns
/Learn.NET/CS/PostBackEvents/UsingLinkButton.aspx