Groups | Blog | Home
all groups > asp.net > september 2006 >

asp.net : Object Element


bruce barker (sqlwork.com)
9/15/2006 12:50:32 PM
there are several issues when using a wincontrol on a page.

the .net framework must already be installed on the client.
the security settings in .net (caspol.exe) must be set to allow.
using the <object> tag directly will require "click to activate" on lastest
release of IE.

-- bruce (sqlwork.com)



[quoted text, click to view]

Seth Bourne
9/15/2006 10:43:21 PM
I try to use Windows Control Library on my page and call it using OBJECT
element

<object classid="http:WinControl.dll#WinControl.UserControl1" width="100"
height="50" />

after publish my page to IIS, tested with localhost, all seems ok. but when
i tried from another PC,
the object didnt show up on the web browser, the security is minimal and
another pc i used, was'nt installed the .net framework.
anyone can help ?

thanks.


AddThis Social Bookmark Button