C
ckkwan
Hi All,
I am trying to use mschart20 in my aspx web page created using VS2003.
I have inserted code below into the <from> section.
<OBJECT classid="clsid:5220cb21-c88d-11cf-b347-00aa00a28331"
VIEWASTEXT>
<PARAM NAME="LPKPath" VALUE="Code\MSChart.lpk">
</OBJECT>
<OBJECT id="MSChart1" codeBase="Code\MSCHRT20.CAB" height="50%"
width="50%" classid="clsid:3A2B370C-BA0A-11D1-B137-0000F8753F5D"
VIEWASTEXT>
</OBJECT>
As you can already guess, the code above does work. The lpk and CAB
files had already been created.
And the strangest thing is, the <PARAM> element in the for the License
Manager will be deleted automatically whenever I switch to designer
view.
I have been searching around in the web but couldn't find any answer.
Help is appreciated.
TIA.
I am trying to use mschart20 in my aspx web page created using VS2003.
I have inserted code below into the <from> section.
<OBJECT classid="clsid:5220cb21-c88d-11cf-b347-00aa00a28331"
VIEWASTEXT>
<PARAM NAME="LPKPath" VALUE="Code\MSChart.lpk">
</OBJECT>
<OBJECT id="MSChart1" codeBase="Code\MSCHRT20.CAB" height="50%"
width="50%" classid="clsid:3A2B370C-BA0A-11D1-B137-0000F8753F5D"
VIEWASTEXT>
</OBJECT>
As you can already guess, the code above does work. The lpk and CAB
files had already been created.
And the strangest thing is, the <PARAM> element in the for the License
Manager will be deleted automatically whenever I switch to designer
view.
I have been searching around in the web but couldn't find any answer.
Help is appreciated.
TIA.