Click to See Complete Forum and Search --> : .NET component in Internet Explorer


Cornel
April 23rd, 2002, 06:11 PM
Please tell me if I can include a .NET component in a webpage . I know it can be made wit ActiveX controls but I have no idea about .NET components.
Thanks!

siddharth_sp
April 25th, 2002, 11:32 PM
you can download it from the microsoft site and directly use them as server-side controls on your web forms and they don't
behave like ACTIVEX Dude....you can download the .NET components from the following site::
http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp

I HOPE THIS HELPS.

Regards,
Workoholic12

S/W Developer
India.

Cornel
April 27th, 2002, 05:57 PM
Thank you very much!
I was hoping the .NET components could behave like applets. Well , I will have to use Java appplets on client ...

Accel
April 28th, 2002, 02:33 AM
hi,
Surely you can use any .net control in IE just like ActiveX control and java applet. Check the following url(or .net sdk docs):
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx

Cornel
April 28th, 2002, 04:32 PM
Well, thank you very much, this is what I was looking for.