N
nickless
Hello Alvin,
There is an asp page that embeds the OWC object in the client and
defines event handlers like this:
<script language="javascript" for="ChartSpace"
event="CommandBeforeExecute">
<script language="javascript" for="ChartSpace"
event="BeforeContextMenu">
<script language="javascript" for="ChartSpace" event="Click">
how do i do the same in an aspx page (asp.net 2.0).
I have embedded the object in the aspx page (with clsid) properly, but
i do not know how to declare event handlers for it. the usual set of
EvenHandlers do not work for this object (onclick, onkeydown ...etc)
Also CommandBeforeExecute, BeforeContextMenu defined are not a part of
the intelliSense drop down.
Could you please suggest a method to do it.
Thanks in advance
There is an asp page that embeds the OWC object in the client and
defines event handlers like this:
<script language="javascript" for="ChartSpace"
event="CommandBeforeExecute">
<script language="javascript" for="ChartSpace"
event="BeforeContextMenu">
<script language="javascript" for="ChartSpace" event="Click">
how do i do the same in an aspx page (asp.net 2.0).
I have embedded the object in the aspx page (with clsid) properly, but
i do not know how to declare event handlers for it. the usual set of
EvenHandlers do not work for this object (onclick, onkeydown ...etc)
Also CommandBeforeExecute, BeforeContextMenu defined are not a part of
the intelliSense drop down.
Could you please suggest a method to do it.
Thanks in advance