Trigger and control inside DetailView
I have a DetailsView control with a LinkButton inside a TemplateField.
I terminate the DetailsView inside the UpdatePanel and set the trigger with a LinkButton inside the DetailsView. However, I got an error stating that I cannot find the LinkButton. I tried to set google to a trigger that is inside a DetailsView and a GridView, but I didn't come across any post on how to do this.
Does anyone know how you can use a LinkButton inside it or a DetailsView as a trigger?
0
Jack
source
to share
1 answer
I find my answer. It is mostly found that KidsAsTriggers is true in the updatepanel. Any control inside the refresh bar will trigger it.
+1
Jack
source
to share