J
Joby
Dear All,
I have a console application exe of compactframework. I want to
download this exe from the web. How can i pass parameter along with
this exe.
Response.Redirect("http://jobychacko/helpme/consoleapp.exe {i want to
passthe parameter here}");
How is it possible?
While downloading this exe i want to pass a parameter along with this
exe.
I have given like this
Response.Redirect("http://jobychacko/helpme/consoleapp.exe?Hello ");
parameter followed by ? - but it is not working.
Please give me a solution.
Thanking you all.
Regrads
Joby
I have a console application exe of compactframework. I want to
download this exe from the web. How can i pass parameter along with
this exe.
Response.Redirect("http://jobychacko/helpme/consoleapp.exe {i want to
passthe parameter here}");
How is it possible?
While downloading this exe i want to pass a parameter along with this
exe.
I have given like this
Response.Redirect("http://jobychacko/helpme/consoleapp.exe?Hello ");
parameter followed by ? - but it is not working.
Please give me a solution.
Thanking you all.
Regrads
Joby