I have 1 ModalPopupExtender inside a UserControl. Everything works great until I start adding the same usercontrol to the page. I am getting this error message in the javascript console::
Message: Sys.InvalidOperationException: Two components with the same id 'MPE1' can't be added to the application.
I understand the error, it obvious that the framework wants unique IDs. What I can't figure out is how to give them unique name. Thanks in advance for any help.