Calling a Forms.UserControl On IE

  • Thread starter Thread starter Programmer
  • Start date Start date
P

Programmer

Hi all

Well I want to replace my Previous ActiveX Controls on an Intraner
Application With new Controls That i have Created On .NET (VB)

I have found a sample that is supported only on IE6 byt it doesn't work

the Call Of the control is like this
<object id=MyControl
classid="http:MyDLLName.dll#MyNameSpace.MyControl"><object>

I have give read and execute permissions on the directory that contains the
controls but nothing happend.
It displays an empty white area.

I have Windows 2003 Web Server

Can Any one pls tell me the solution.
It is nessesary for me to have this controls on my Application.
I can't work with .NET post-back only and smart navigation.

Thank you

Dimitris
 
Thank You For Your Reply!

So Isn't a way to call a control that it is on a different Dir that my aspx
page????


Thank You
 
Back
Top