Ragazzi ho inserito un Comando nel Commandname del BoutField del Campo in esempio select
poi ho fatto :
Il progblema che anche con il debugger non riesco ad intercettare l'evento come mai ? Cosa può essere ?codice:protected void Gridview1_RowCommand(Object sender, GridViewCommandEventArgs e) { if (e.CommandName == "Select") { Response.Redirect("~/MiaForm.aspx"); } }
Grazie