J
Jeff
hi
ASP.NET 3.5
My webproject's BLL has a static method which I want to perform all the
reading of the QueryString. (the static method reads and decrypt the value).
Currently this method take a HttpRequest as input parameter, so when using
this method in the .aspx.cs files I send in the Request as parameter. But I
hope maybe I get reference to current HttpRequest without sending it in as
parameter.
any suggestion?
ASP.NET 3.5
My webproject's BLL has a static method which I want to perform all the
reading of the QueryString. (the static method reads and decrypt the value).
Currently this method take a HttpRequest as input parameter, so when using
this method in the .aspx.cs files I send in the Request as parameter. But I
hope maybe I get reference to current HttpRequest without sending it in as
parameter.
any suggestion?