View Full Version : ASP Datgrid
Leeus
01-07-2003, 05:02 PM
I would like a nice FREE datagrid, for ASP, just like the .NET ones are there any about??
aCcodeMonkey
01-08-2003, 08:43 PM
Leeus,
If your target clients are only using IE, Microsoft has a DG OCX that you can programfor the web.
The below list are the default Microsoft DL urls for common Activex Controls.
If the control you are adding is a VB6x control the default path is:
http://activex.microsoft.com/controls/vb6/.
simply add the cab name i.e msadodc.cab
ADODC1 CAB http://activex.microsoft.com/controls/vb6/MSADODC.cab
RichText box http://activex.microsoft.com/controls/vb6/RichTx32.cab
Data Binding http://activex.microsoft.com/controls/vb6/MSBind.cab
DataGrid Control http://activex.microsoft.com/controls/vb6/MSDatGrd.cab
DB List Control http://activex.microsoft.com/controls/vb6/DBList32.cab
StdFmt http://activex.microsoft.com/controls/vb6/MSStdFmt.cab
List Control http://activex.microsoft.com/controls/vb6/MSDatLst.cab
Properties Control http://activex.microsoft.com/controls/vb6/MsStkPrp.cab
VB6 Runtime http://activex.microsoft.com/controls/vb6/VBRun60.cab
Remote Data Connection http://activex.microsoft.com/controls/vb6/MSRdc20.cab
Remote Data COntrol http://activex.microsoft.com/controls/vb6/MSRdo20.cab
MDAC install http://activex.microsoft.com/controls/vb6/mdac_typ.cab
Date & Time Picker http://activex.microsoft.com/controls/vb6/MSCOMCT2.CAB
You will need to have them digitally signed though.
Hope this Helps :cool:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.