created a image button in code behind file. It has an event imageButton_Click. also want to use this image button and event to create an async post back trigger for a update panel in code behind file. Is it possible to do that? right now it says it couldn't find control image button.
ImageButton imageButton = new ImageButton();