Loading Client Control instead of server control.

Hi,

I have C# windows control libarary (Dll), which I could able to load them into browser using <object> tag with following syntax (In aspx page) and user able to see the page properly.

<object name="chk" id="chk" classid="http:GSIM.dll#GSIM.gsimManager"></object>

This is great, but we would like to load a local C# windows control libarary (Dll) instead from webserver.

I understand the classid accepts only url not thefile:///mydire/my.netdll/mydll.dll.

I hope you understood that we would like to have the way OCX controls are loading from client machine using classid.(for example VB ocx) from the browser.

So is there way I can load .NET control from client machine?

(I assumes that user has required .NET framework version installed in their machine)

Looking forward for your suggestion.

Thanks

[1258 byte] By [RaviR] at [2007-12-25]