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 ?
I have custom server control contains templatefield when an out button clicked the field
Share
just rebind the control OnLoad() will solve the problem.