rahul ahuja

rahul ahuja

  • NA
  • 80
  • 34.2k

Nested User controls

Jan 2 2015 4:35 PM
Hello everyone,
 
I have Default.aspx page on which i have registered user control UserRegDetails. and i am using model popup extender to show that user control as pop up.
on UserRegDetails control  i have button to show another(ResetPassword) pop up which again i am showing it by model pop extender. so i have register ResetPassword user control in to UserRegDetails.
 
Now My problem is when i open the UserRegDetails popup and then pop up ResetPassword , but when try to close it, it is not getting close.
Even it calling the its Registerd Close Event to close pop up.  and when i checked my browser it show
 
"Uncaught Error: Syntax error, unrecognized expression: #UserRegDetails$Resetpassword "
 
I hope you all understood my question and some will help me to solve this trouble  
Thanks in advance