Passing arguments to DOTNET's href'ed Executables
I had developed a tool which exposes the executable to the web which works wonderfully fine. Now the problem is in the session Integration. I will have to use a way to pass
a value(like sessionId or UserId) to the executable.
How do i do this? It's very urgent...