Me puede ayudar, no entiendo.......
Tengo esta conexion
Dim objConn As New OleDbConnection ConfigurationSettings.appSettings("ConnectionStrin g"))
Dim sSQL as string
sSQL="select a.CORRELATIVO,a.FCH_EMISION,a.FCH_VCTO,a.OF_REG,a. NUM_INTER from principa_adm a where a.CORRELATIVO is not null order by 4,1"
'response.Write(ssql)
Dim objCmd As New OleDbCommand (sSQL, objConn)
objConn.open
Dim ds as dataset
DS = new DataSet()
objcmd.Fill(ds, "principa_adm")
MyDataGrid.DataSource=ds.Tables("principa_adm").De faultView
MyDataGrid.DataBind()
Este es el Datagrid....
<ASP:DataGrid id="MyDataGrid" runat="server" Width="700" BackColor="#ccccff" BorderColor="black" ShowFooter="false" CellPadding=3 CellSpacing="0" Font-Name="Verdana" Font-Size="8pt" HeaderStyle-BackColor="#aaaadd" EnableViewState="true" AutoGenerateColumns="true" />
Y este el error:
Error de compilación
Descripción: Error durante la compilación de un recurso requerido para dar servicio a esta solicitud. Revise los detalles de error especÃ_ficos siguientes y modifique el código fuente en consecuencia.
Mensaje de error del compilador: BC30188: Se esperaba una declaración.
Error de código fuente:
LÃ_nea 30: Dim objConn As New OleDbConnection (ConfigurationSettings.appSettings("ConnectionStri ng"))
LÃ_nea 31: Dim sSQL as string
LÃ_nea 32: sSQL="select a.CORRELATIVO,a.FCH_EMISION,a.FCH_VCTO,a.OF_REG,a. NUM_INTER from principa_adm a where a.CORRELATIVO is not null order by 4,1"
LÃ_nea 33:'response.Write(ssql)
LÃ_nea 34:Dim objCmd As New OleDbCommand (sSQL, objConn)
Archivo de origen: c:\inetpub\wwwroot\demo\datos_Cobranza_01.aspx LÃ_nea: 32
Favor ayuda....gracias
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)