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!
Printable View
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!
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/...ls/default.asp
I HOPE THIS HELPS.
Regards,
Workoholic12
S/W Developer
India.
Thank you very much!
I was hoping the .NET components could behave like applets. Well , I will have to use Java appplets on client ...
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/quickst...eSourcing.aspx
Well, thank you very much, this is what I was looking for.