HI!
I am desperately trying to solve a problem.
I have a list of values which i display on a page.

Code:
file1

file2


file3
When the user clicks on one of the file , a page should popup. I tried sending the value of file through query string but i can't make it to work. THe value is a COM interface object and it looks a bit weird on the urlstring as localhost/myproject?name=sys__combject.

Is there any other way to send a com object ?

Thanks