M
Micke Palm
Hello!
Do anyone have good experince of AddHandler?
I create a LinkButton in a function and the function will be called from
page_load. I need to have the call inside ispostback if. The AddHandler will
be created in the same function as LinkButton.
When the call is in ispostback i doesn't work. If I lift it out it will
works fine.
I've heard about that AddHandler needs to be recreated , but how can a
regular Linkbutton work if I put it static on the page??
/regards, micke
Do anyone have good experince of AddHandler?
I create a LinkButton in a function and the function will be called from
page_load. I need to have the call inside ispostback if. The AddHandler will
be created in the same function as LinkButton.
When the call is in ispostback i doesn't work. If I lift it out it will
works fine.
I've heard about that AddHandler needs to be recreated , but how can a
regular Linkbutton work if I put it static on the page??
/regards, micke