Hosting a Forms user control in Internet Explorer 7

T

tvamsidhar

I have a data-entry component (based on a DataGrid) that is embedded
in a web page using the <object /> tag so:
<object id="worksheet" classid="http:/ArielCentral/clientControls/
DataEntry.dll#DataEntry.AccessContainer">
<param name="SessionID" value="session-id" />
</object>

The control was created in .net 2.0

The user's are aware that the site should be added to their "Local
Intranet Zone" for it to work in Internet Explorer 6.x

We're unable to get this to work in Internet Explorer 7.0 for some
reason.

Has anyone successfully migrated such functionality from IE 6 to IE 7?

Thanks in advance!
Vamsi.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top