Ti farò sapere sulla querystring. Per il secondo problema ho ricontrollato tantissime volte il problema ma sul mio pc va tutto ok, l'unica cosa che potrebbe essere ma mi sembra veramente strano se fosse così è questo ossia ho creato e messo nella cartella app_code i seguenti file:
Imports System
Imports System.Web
Imports System.Collections
Public Class PropertyUtente
Public Property idutente As Integer
Public Property utente As String
Public Property conchilavoro As String
Public Property specializzazione As String
Public Property classificazione As Integer
Public Property idcategoria As Integer
Public Property Desccategoria As String
Public Property idregione As Integer
Public Property Descregione As String
Public Property idprovincia As Integer
Public Property Descprovincia As String
Public Property idcomune As Integer
Public Property Desccomune As String
Public Property Indirizzo As String
Public Property Cap As String
Public Property Datanascita As Date
Public Property Telefono As String
Public Property Fax As String
Public Property Cellulare As String
Public Property Email As String
Public Property Website As String
Public Property Piva As String
Public Property Codfiscale As String
Public Property Note As String
Public Property Facebook As String
Public Property Twitter As String
Public Property Skype As String
Public Property Google As String
Public Property Linkedin As String
Public Property Messenger As String
Public Property Imageprofile As String
Public Property Imagecard As String
Public Property Username As String
Public Property Password As String
Public Property Referente As String
End Class
e dalla pagine di ricerca richiamo tutto così:
Private Loadsearch As New GestoreUtente
Dim lista As List(Of PropertyUtente) = Loadsearch.Search(_str1, _str2)
RadListView1.DataSource = lista
RadListView1.DataBind()
non vorrei che aruba non accettasse la gestione delle classi ossia che si perde qualcosa x strada.
Cirillo Fabio
www.wondernet.biz
fabio@wondernet.biz
http://blogs.dotnethell.it/fabiocirillo/
http://wnetsoftware.blogspot.com