The reason is a correction in the behaviour. If Item.NavigateUrl contains a not empty valuethen the browser is redirected without postback.Use Item.CommandArgument and e.CommandArgument instead of Item.NavigateUrl and e.Item.NavigateUrl.