|
 |
asptoday_discuss thread: What to write in code base?
Message #1 by "ASIM ABBASI" <asim_electro@h...> on Tue, 5 Feb 2002 15:25:15 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0048_01C1AE59.4FA1A300
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
Who is champion out there?
I have been trying use MS Chart with ASP since I was a kid. Uptil now I
have got much progress but still some of our clients say that they won't
see the any graph. I personally think that they don't have MS Chart
control installed on their machine. So in order to install MS Chart
control on clients machine, I have to write the path of cab file. Does
anyone know where is that file located on MS site?
<OBJECT ID=3D"MSChart1" WIDTH=3D100% HEIGHT=3D95%
CLASSID=3D"clsid:3A2B370C-BA0A-11D1-B137-0000F8753F5D"
codebase=3D"mschart5.cab" >
</OBJECT>
Regards,
Asim Abbasi
Message #2 by "Joe Hughes" <JoeHughes@M...> on Tue, 5 Feb 2002 22:29:24 -0000
|
|
A search on google for "mschart5.cab" revealed this; (an answer to one of
your earlier posts from November last year, champion ;)
http://p2p.wrox.com/archive/asptoday_discuss/2001-11/6.asp
HTH
Joe Hughes
----- Original Message -----
From: ASIM ABBASI
To: ASPToday Discuss
Sent: Tuesday, February 05, 2002 8:25 PM
Subject: [asptoday_discuss] What to write in code base?
Hi,
Who is champion out there?
I have been trying use MS Chart with ASP since I was a kid. Uptil now I have
got much progress but still some of our clients say that they won't see the
any graph. I personally think that they don't have MS Chart control
installed on their machine. So in order to install MS Chart control on
clients machine, I have to write the path of cab file. Does anyone know
where is that file located on MS site?
<OBJECT ID="MSChart1" WIDTH=100% HEIGHT=95%
CLASSID="clsid:3A2B370C-BA0A-11D1-B137-0000F8753F5D"
codebase="mschart5.cab" >
</OBJECT>
Regards,
Asim Abbasi
|
|
 |