Hi
I am curious as to how you were able to add triggers programmatically.
I am having difficulty trying to assign a PostBackTrigger for a control that exists inside a gridview's itemtemplate.
This is how my control looks like - pretty basic stuff:
UpdatePanel
--- GridView
--- ItemTemplate
--- Control
I guess my question is, at which event am I able to assign the postbacktrigger of the UpdatePanel to point to the control that exists inside the ItemTemplate?
Trawling through the forums, it seems like a lot of people are having issues with the UpdatePanel. As for myself, I am still trying to get to grips with its quirks - and there are many ;)
Anyway, cheers for the help in advance.