c# - Opening modalpopextender inside a user control in web application -


i have 2 user controls in web application. both user controls have modalpopupextender. when adding scriptmanager both user controls gives error :

only 1 instance of scriptmanager can added page 

hence provided scriptmanager 1 user control. here popup works fine. in other usercontrol not adding scriptmanager popup not work. how can solve issue?

use scriptmanager on master page or container page.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -