|
Let's tell simpler it's the adress of folder that I have saved The Files and it's value is read from the DB in the form1 and then I will send it to the form2.
where should I put the "Request.QueryString("id") "
When I put it in the page_load sub I will encounter error
when I do something like this
Dim Gooo As String = Request.QueryString("id")
again I encounter the Error.
Note that "id" must contain the VAlue which I send from the frist page.
If it's possible I want to send it so that No one can Understand the value of "id"
Last edited by s2002; 08-31-2006 at 03:39 PM..
|