views:

25

answers:

1

Hi,

I have custom server control contains templatefield when an out button clicked the field disappear , when can I rebind the control (inside its class) supposed that Control.Page.OnInit+=new EventHandler(rebind()) doesn't do any things ?

A: 

just rebind the control OnLoad() will solve the problem.

Nazm