I have a user control dropdownlist, and its intended that when a user selects any item from dropdownlist , then accordingly image is displayed on the same form.
My problem is, when i select once from dropdownlist then , the page is going through the page_load and after clicking again the second time, it again walks through page_load and diretly displayes image
My question is, is it possible to avoid the page_load in any way ? & to load when i select the item first time from the dropdownlist ??
please help me to resolve this...