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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -