Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - select, delete,...
Message
From
21/03/2004 22:21:39
Eugenio Casal
Futura Tecnologia Informação Consult Ltd
São Paulo, Brazil
 
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00887742
Message ID:
00888382
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform