Hosting a Forms user control in Internet Explorer 7

  • Thread starter Thread starter tvamsidhar
  • Start date Start date
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.
 
Back
Top