Blerta
Blerta

Reputation: 2190

How to invoke ondeletecommand of a DataList inside another

I have a datalist containing usercontrol placed in update panel, any of these usercontrols may contain a datalist.I'm trying to fire ondeletecommand of the inside datalist but nothing happens.Any clue

Upvotes: 1

Views: 281

Answers (1)

Jon
Jon

Reputation: 655

Did you hook the OnDeleteCommand in the user control containing the data list? Each container will fire their own respective events

Upvotes: 1

Related Questions