making custom control for asp.net?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saadkhan
    New Member
    • Aug 2008
    • 40

    making custom control for asp.net?

    How to make a custom control using C# express edition for visual web developer with the help of ActiveX?
  • PianoMan64
    Recognized Expert Contributor
    • Jan 2008
    • 374

    #2
    Originally posted by saadkhan
    How to make a custom control using C# express edition for visual web developer with the help of ActiveX?
    Hey Saadkhan,

    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

    Working...