Ho questo codice su un ItemCommand di un dg:
Sub dgCarrello_ItemCommand(ByVal sender As Object, ByVal e As DataGridCommandEventArgs)
Dim IdOrd As Integer
Conn = New OleDbConnection(DSN)
If Session("Ordine") = "" Then....
Perchè mi da quest'errore?
System.FormatException: Formato della stringa di input non corretto
![]()

Rispondi quotando

Elisa
