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
source to share