Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

acrossvisual

Data Grid

Recommended Posts

Preciso criar programa em ASP que efetue a manutenção de dados de um Banco de Dados (Tipo Data Grid) para efetuar alterações, inclusões e exclusões ON-LINE.Para uso exclusivo do Administrador do Site.Tenho que mostrar as linhas com as colunas de uma tabela do BD.Grato pela ajuda.

Compartilhar este post


Link para o post
Compartilhar em outros sites

Cara....Existe uma OCX que funciona da mesma forma que o DATAGRID, mas aconselho você utilizar HTML mesmo.........Segue abaixo

<script id=DebugDirectives runat=server language=javascript>// Set these to true to enable debugging or tracing@set @debug=false@set @trace=false</SCRIPT><% ' VI 6.0 Scripting Object Model Enabled %><!--#include file="_ScriptLibrary/pm.asp"--><% if StartPageProcessing() Then Response.End() %><FORM name=thisForm METHOD=post><HTML><HEAD><META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"></HEAD><BODY><P> </P></BODY><% ' VI 6.0 Scripting Object Model Enabled %><% EndPageProcessing() %></FORM></HTML><!--METADATA TYPE="DesignerControl" startspan<OBJECT id=Grid1 style="LEFT: 0px; TOP: 0px" classid="clsid:277FC3F2-E90F-11D0-B767-0000F81E081D" VIEWASTEXT> <PARAM NAME="_ExtentX" VALUE="8043"> <PARAM NAME="_ExtentY" VALUE="3889"> <PARAM NAME="DataConnection" VALUE=""> <PARAM NAME="SourceType" VALUE=""> <PARAM NAME="Recordset" VALUE=""> <PARAM NAME="CtrlName" VALUE="Grid1"> <PARAM NAME="UseAdvancedOnly" VALUE="0"> <PARAM NAME="AdvAddToStyles" VALUE="-1"> <PARAM NAME="AdvTableTag" VALUE=""> <PARAM NAME="AdvHeaderRowTag" VALUE=""> <PARAM NAME="AdvHeaderCellTag" VALUE=""> <PARAM NAME="AdvDetailRowTag" VALUE=""> <PARAM NAME="AdvDetailCellTag" VALUE=""> <PARAM NAME="ScriptLanguage" VALUE="1"> <PARAM NAME="ScriptingPlatform" VALUE="2"> <PARAM NAME="EnableRowNav" VALUE="0"> <PARAM NAME="HiliteColor" VALUE=""> <PARAM NAME="RecNavBarHasNextButton" VALUE="-1"> <PARAM NAME="RecNavBarHasPrevButton" VALUE="-1"> <PARAM NAME="RecNavBarNextText" VALUE="  >  "> <PARAM NAME="RecNavBarPrevText" VALUE="  <  "> <PARAM NAME="ColumnsNames" VALUE=""> <PARAM NAME="columnIndex" VALUE=""> <PARAM NAME="displayWidth" VALUE=""> <PARAM NAME="Coltype" VALUE=""> <PARAM NAME="formated" VALUE=""> <PARAM NAME="DisplayName" VALUE=""> <PARAM NAME="DetailAlignment" VALUE=""> <PARAM NAME="HeaderAlignment" VALUE=""> <PARAM NAME="DetailBackColor" VALUE=""> <PARAM NAME="HeaderBackColor" VALUE=""> <PARAM NAME="HeaderFont" VALUE=""> <PARAM NAME="HeaderFontColor" VALUE=""> <PARAM NAME="HeaderFontSize" VALUE=""> <PARAM NAME="HeaderFontStyle" VALUE=""> <PARAM NAME="DetailFont" VALUE=""> <PARAM NAME="DetailFontColor" VALUE=""> <PARAM NAME="DetailFontSize" VALUE=""> <PARAM NAME="DetailFontStyle" VALUE=""> <PARAM NAME="ColumnCount" VALUE="0"> <PARAM NAME="CurStyle" VALUE="Basic Navy"> <PARAM NAME="TitleFont" VALUE="Arial"> <PARAM NAME="titleFontSize" VALUE="4"> <PARAM NAME="TitleFontColor" VALUE="16777215"> <PARAM NAME="TitleBackColor" VALUE="13416"> <PARAM NAME="TitleFontStyle" VALUE="1"> <PARAM NAME="TitleAlignment" VALUE="0"> <PARAM NAME="RowFont" VALUE="Arial"> <PARAM NAME="RowFontColor" VALUE="0"> <PARAM NAME="RowFontStyle" VALUE="0"> <PARAM NAME="RowFontSize" VALUE="2"> <PARAM NAME="RowBackColor" VALUE="16777215"> <PARAM NAME="RowAlignment" VALUE="0"> <PARAM NAME="HighlightColor3D" VALUE="268435455"> <PARAM NAME="ShadowColor3D" VALUE="268435455"> <PARAM NAME="PageSize" VALUE="20"> <PARAM NAME="MoveFirstCaption" VALUE="    |<    "> <PARAM NAME="MoveLastCaption" VALUE="    >|    "> <PARAM NAME="MovePrevCaption" VALUE="    <<    "> <PARAM NAME="MoveNextCaption" VALUE="    >>    "> <PARAM NAME="BorderSize" VALUE="1"> <PARAM NAME="BorderColor" VALUE="13421772"> <PARAM NAME="GridBackColor" VALUE="8421504"> <PARAM NAME="AltRowBckgnd" VALUE="12632256"> <PARAM NAME="CellSpacing" VALUE="0"> <PARAM NAME="WidthSelectionMode" VALUE="1"> <PARAM NAME="GridWidth" VALUE="304"> <PARAM NAME="EnablePaging" VALUE="-1"> <PARAM NAME="ShowStatus" VALUE="-1"> <PARAM NAME="StyleValue" VALUE="453613"> <PARAM NAME="LocalPath" VALUE=""></OBJECT>--><!--#INCLUDE FILE="_ScriptLibrary/Button.ASP"--><!--#INCLUDE FILE="_ScriptLibrary/RSNavBar.ASP"--><!--#INCLUDE FILE="_ScriptLibrary/DataGrid.ASP"--><!-- Missing recordset value - Invalid Property Value --><!--METADATA TYPE="DesignerControl" endspan-->

Eu tenho uma função que faz extamente isto, mas ela está encapsulada numa DLL com diversas outras funções...Pois trabalho com Dicionário de Colunas e Tabelas.......

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.