ciao!
io questo pezzo di codice nel Page_load:
sarebbe possibile identificare qualce componente ha inviato il post back??codice:Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load If IsPostBack Then inviaRic() End If End Sub