DLL Not Supporting ClipBoard Object

I have created a DLL in VB. This DLL has a function which returns a string value.

I am using this DLL in an ASP page.

When I call this function in the ASP page it works fine.

But there is one functionality in that function which doesn't work at all. And that is the
Clipboard.

I am using the gettext method (Infact I have used all possible methods), of the Clipboard object
just before the function returns the value, and the value that function is going to return, I am
pasting in the clipboard.

The value is returned by the function, but the value is not copied into the clipboard.

The code is working fine in VB but not in ASP.

Can Anybody Help ??

Thanks.