22 messaggi dal 11 settembre 2011
Salve ho il seguente errore quando provo a caricare una pagina che contiene una grid view.
Premetto che uso un database MYSQL con windows server 2003.
La stringa di connessione, che funziona perfettamente con altre pagine aspx è contenuta nel web config ed è del tipo:

<connectionStrings>
<add name="gdlsettetrenta" connectionString="DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;Port=3306;DATABASE=prova;USER=prova;PASSWORD=prova;"/>
</connectionStrings>

Grazie e Buona Pasqua.

ERRORE DELLA PAGINA IN FASE DI CARICAMENTO:

Keyword not supported: 'driver'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Keyword not supported: 'driver'.

Il codice della pagina è il seguente:

<%@ Page Language="VB" MasterPageFile="~/areasicura/730web/GdlConnect730.master" %>

<script runat="server">

</script>

<asp:Content ID="Content1" runat="server" contentplaceholderID="ContentPlaceHolder1">
<form id="form1" runat="server">
<asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1"
EnableModelValidation="True">
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ConnectionStrings: gdlsettetrenta %>"

SelectCommand = "SELECT * FROM terreni"></asp:SqlDataSource>
</form>
</asp:Content>
<asp:Content ID="Content2" runat="server" contentplaceholderid="head">
<style type="text/css">
.style4
{
width: 100%;
}
.style6
{
width: 702px;
}
</style>
</asp:Content>
Ciao, prova a mettere un paio di punti di interruzione e mandare in debug l'applicazione per vedere passo/passo cosa succede. Perche se lo stesso codice ti funzina da un'altra parte potrebbe essere a qualcosa nella pagina specifica...

Creazione Siti Vicenza
Posizionamento Siti - SEO

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.