G
Guest
Hi,
I am exploring c#. I want to reference a c# web control in a web page much
like you can with an activeX control. The syntax for doing this in ActiveX is
something like
<OBJECT ID="WKMapControl"
CLASSID="CLSID:9EA6DD6C-5858-4EC3-93D5-79B2863DF2CF"></OBJECT>
I can view this page and see the ActivX control even without a web server.
As I have not got IIS installed I cannot create an ASP project and drag and
drop the component on a web page. Can I do the same thing as above and if I
can what are the parameters for the object?
cheers
Tuckers
I am exploring c#. I want to reference a c# web control in a web page much
like you can with an activeX control. The syntax for doing this in ActiveX is
something like
<OBJECT ID="WKMapControl"
CLASSID="CLSID:9EA6DD6C-5858-4EC3-93D5-79B2863DF2CF"></OBJECT>
I can view this page and see the ActivX control even without a web server.
As I have not got IIS installed I cannot create an ASP project and drag and
drop the component on a web page. Can I do the same thing as above and if I
can what are the parameters for the object?
cheers
Tuckers