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();
Forcasual ThingsPosted Aug 3, 2015, 12:57 PM
Manas MohapatraPosted Aug 2, 2015, 5:24 AM