ModalPopupExtender: .Show() not working!
ModalPopupExtender: .Show() not working!
Are you having problem with your ModalPopupExtender.Show() method working in other project but not on this project?
Do not set the hidden button to false; it wont render on client at all!
Set property Style="display: none", like following.
Happy coding!
Are you having problem with your ModalPopupExtender.Show() method working in other project but not on this project?
Do not set the hidden button to false; it wont render on client at all!
Set property Style="display: none", like following.
Happy coding!