Search Results

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
1answer
132 views

cannot change GridView Caption

It seems to be impossible to change GridView .Caption after it has been set once. Once I set caption and then change it within postbacks, in the code all seem to be ok, on page PreRender, …
0
votes

Gridview server events ceased to fire.

Solved by adding implicit gridview .Databind() command. Thanks to all. …