I have a Datalist with its OnItemCommand set to a sub that process the request (subProcessRequest). I have an asp:Button in the ItemTemplate.
My asp:Button has its CommandArgument set to a value from the datasource. It also has its CommandName set to "Add".
My problem is the event "subProcessRequest" never fires when the button is clicked.
HOWEVER, if I change it to an asp:Linkbutton it works fine. Why?
