0
votes
2answers
118 views
Gridview server events ceased to fire.
There's the usual Gridview with template column
<ItemTemplate>
"lbOpen" Text='Select' runat="server" OnCommand="lbOpen_Command"
CommandName="open" CommandArgument='< …
0
votes
Gridview server events ceased to fire.
Solved by adding implicit gridview .Databind() command.
Thanks to all.
…
