Ask a Question related to ASP.NET General, Design and Development.
-
VB Programmer #1
Help: ASP.NET Webform using VB.NET User Control
I created a VB.NET user control which uses a nonmanaged ActiveX control. I
built it as 'mycontrol.dll'.
In my ASP.NET webform I'm trying to add the new control to my Toolbox, but
when I goto COM Components it's not in the list. So, I hit browse and
selected the dll. I get this err:
File '...\mycontrol.dll' cannot be added to the Toolbox. It was not
recognized as a COM server.
Any ideas how I can do this?
Thanks in advance!
VB Programmer Guest
-
does webform control equal to asp.net control?
If no, could you show me the differentia? thanks, ThxBruin -
image webform control
I am trying to adjust the size of an image web control but if I try to say myimage.height = 200 it says that an integer cannot be converted to a... -
Including WebForm Image Control in a Webform Table Control
What is the code for including an image control in a Table control of a WebForm ???? regards -
HELP: ActiveX Control on webform
I am going to use an ActiveX control on my webform. 1. How can I set it up so that if a user views the web page and doesn't have the ActiveX... -
cannot access user control properties within a webform code-behind
Hello, I am trying to access the properties and methods from a user control within the code-behind file for a webform but I am receiving the... -
VB Programmer #2
Re: ASP.NET Webform using VB.NET User Control
Never mind. I have to add is as a Microsoft .NET component. Hehehe. Thanks.
"VB Programmer" <growNO-SPAM@go-intech.com> wrote in message
news:%23Kzh4UYRDHA.1304@TK2MSFTNGP11.phx.gbl...I> I created a VB.NET user control which uses a nonmanaged ActiveX control.> built it as 'mycontrol.dll'.
>
> In my ASP.NET webform I'm trying to add the new control to my Toolbox, but
> when I goto COM Components it's not in the list. So, I hit browse and
> selected the dll. I get this err:
> File '...\mycontrol.dll' cannot be added to the Toolbox. It was not
> recognized as a COM server.
>
> Any ideas how I can do this?
>
> Thanks in advance!
>
>
VB Programmer Guest
-
Unregistered #3
Re: Help: ASP.NET Webform using VB.NET User Control
i want to use Login from toolbox. i try to use it. but i fail to use it. plz help me. give me complete details of it.
Unregistered Guest



Reply With Quote

