Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid - select, delete,...
Message
De
21/03/2004 22:21:39
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brésil
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00887742
Message ID:
00888382
Vues:
28
Doru,

>You are right - I'll parse in the redirect page and see how it works... However, where do I put the Redirect, it didn't seem to work in the ItemCommand method?

As far as I know you can use the Redirect anywhere in your page.
Are you sure the ItemCommand event handler is being executed?

Check in the InitializeComponent() if you have the following code:
this.grdMembers.ItemCommand += new System.Web.UI.WebControls.DataGridCommandEventHandler(this.grdMembers_ItemCommand);
I hope this helps.

Regards,

Eugênio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform