tags:

views:

224

answers:

1

I have a detailview control with linkbutton inside the templatefield. I wrap the detailview inside the updatepanel and set trigger with the linkbutton inside the detailview. However, i got error saying it can't find the linkbutton. I tried to google on setting trigger that is inside detailview and gridview but i haven't come across any post regarding how to do it.

does anyone know how you can use the linkbutton inside gridview or detailview as trigger? thank.

A: 

Hello, i find my answer. Basically set ChildrenAsTriggers to true in updatepanel. Any control inside the update panel will trigger it.

Jack

related questions