|
|
|
start date: Mon, 20 Aug 2007 12:57:07 +0530,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Supriya
|
|
2
Kevin Spencer
|
|
3
Supriya
|
|
4
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
|
How to add activeX cntrol to the web page
Hi All,
How to add ActiveX Control to the web page.
I added Object tag in the source html. Only ActiveX control is coming on the
design. If I want to access the properties and manipulate them , I tried to
create one Object ActiveXObject("Namespace.ClassName").But it is giving
error that System cannot find the path specified.
Please help me.
Thanks in advance.
Supriya.
Date:Mon, 20 Aug 2007 12:57:07 +0530
Author:
|
Re: How to add activeX cntrol to the web page
The ActiveX Control is not a server-side control; it is a control that is
downloaded by the browser and run on the client. It cannot be modified or
configured on the server-side, other than to dynamically write the object
tag parameters that will be employed in the browser.
--
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"Supriya" wrote in message
news:e4MAAwv4HHA.5852@TK2MSFTNGP02.phx.gbl...
> Hi All,
> How to add ActiveX Control to the web page.
> I added Object tag in the source html. Only ActiveX control is coming on
> the design. If I want to access the properties and manipulate them , I
> tried to create one Object ActiveXObject("Namespace.ClassName").But it is
> giving error that System cannot find the path specified.
>
> Please help me.
> Thanks in advance.
> Supriya.
>
Date:Mon, 20 Aug 2007 07:27:06 -0400
Author:
|
Re: How to add activeX cntrol to the web page
Please give me some example. I am new to ASP.
Thanks
"Kevin Spencer" wrote in message
news:esU$K0x4HHA.4712@TK2MSFTNGP04.phx.gbl...
> The ActiveX Control is not a server-side control; it is a control that is
> downloaded by the browser and run on the client. It cannot be modified or
> configured on the server-side, other than to dynamically write the object
> tag parameters that will be employed in the browser.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
>
> DSI PrintManager, Miradyne Component Libraries:
> http://www.miradyne.net
>
> "Supriya" wrote in message
> news:e4MAAwv4HHA.5852@TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> How to add ActiveX Control to the web page.
>> I added Object tag in the source html. Only ActiveX control is coming on
>> the design. If I want to access the properties and manipulate them , I
>> tried to create one Object ActiveXObject("Namespace.ClassName").But it
>> is giving error that System cannot find the path specified.
>>
>> Please help me.
>> Thanks in advance.
>> Supriya.
>>
>
>
Date:Mon, 20 Aug 2007 17:01:04 +0530
Author:
|
Re: How to add activeX cntrol to the web page
I've posted examples of using ActiveX controls within ASP.NET here:
http://SteveOrr.net/articles/StreamingMedia.aspx
http://SteveOrr.net/articles/Flasher.aspx
http://SteveOrr.net/articles/QuickTime.aspx
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Supriya" wrote in message
news:e4MAAwv4HHA.5852@TK2MSFTNGP02.phx.gbl...
> Hi All,
> How to add ActiveX Control to the web page.
> I added Object tag in the source html. Only ActiveX control is coming on
> the design. If I want to access the properties and manipulate them , I
> tried to create one Object ActiveXObject("Namespace.ClassName").But it is
> giving error that System cannot find the path specified.
>
> Please help me.
> Thanks in advance.
> Supriya.
>
Date:Mon, 20 Aug 2007 09:09:50 -0700
Author:
|
|
|