How to make a custom control using C# express edition for visual web developer with the help of ActiveX?
making custom control for asp.net?
Collapse
X
-
Hey Saadkhan,Originally posted by saadkhanHow to make a custom control using C# express edition for visual web developer with the help of ActiveX?
From my understanding Active-X are normally used in a COM application and not normally in .NET Application which you are speaking of. If the active-x add-in has some feature that you're wanting to use, you'd have to give a great deal more information as to what you're trying to accomplish with your Active-x control.
On the other hand, to simply write a custom control in Visual Web Developer Express, you simply write the file as a ASP.NET and put elements on to the development surface and save it as a .ASCX extention and then simply reference the Control in your header section of your ASPX page, and then add the custom control tag in the body of your ASPX page.
If you need details of how to do this, let me know.
Thanks,
Joe P.
Comment