c# - Not able to enable Panel which is outside the update panel from the update panel in asp.net -


here scenario,

i have 1 update panel in have radio button.

on check of radio button want enable panel outside update panel.

i have tried following 2 things:

  1. placing panel in update panel didn't work.
  2. using javascript on click of radio button didn't work.

placing panel in updatepanel , set update mode conditional.

you need 1 more thing

on check of radio button event need call update method of newly added update panel

updatepanel1.update(); 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -