I have nested dynamic gridviews that I want to add “delete” and “edit” functionality to. The problem is that I can't use the addhandler event due to the postbacks (as I understand it anyway).
So my question is, how can I run a server-side function using the ImageButton_Del ete.Attributes. Add("onClick", "...") functionality?
I assume it's a __doPostBack function but I'm not sure.
**The title is inaccurate, I wrote "onLoad" instead of "onClick"**
So my question is, how can I run a server-side function using the ImageButton_Del ete.Attributes. Add("onClick", "...") functionality?
I assume it's a __doPostBack function but I'm not sure.
**The title is inaccurate, I wrote "onLoad" instead of "onClick"**
Comment