Hi

IN my asp.net application (C#.net) i've grid control whith pagerstyle
mode=numericpages.

in codebehind page i've events for pageindexchanged and edit_itemcommand

[protected void Edit_ItemCommand(object
source,System.Web.UI.WebControls.DataGridCommandEv entArgs e)]

after executing the applicatio when ever i select the page numbers it is
firing the event edit_itemcommand and not the pageindexchnagedhence i'm
getting the error.

In order to make fire pageindexchanged method what to do can anyone tell me?

Thanx in advance

Yoshitha