There's the usual Gridview with template column
<ItemTemplate>
"lbOpen" Text='Select' runat="server" OnCommand="lbOpen_Command"
CommandName="open" CommandArgument='<%# DataBinder.Eval(Container.DataItem, "OrderID") %>' />
Unexpectedly and by unknown reason "lbOpen_Command" ceased to fire. After stop at page OnInit() breakpoint at "lbOpen_Command" does not hit. There were no even a least changes to .aspx page and event execution chain.
What can be the reason? Any suggestions?
thanks in advance.