User Control Inside Modal Popup
-
Hello everyone, I have placed a User Control inside a modal popup & it is working fine. There is also one Cancel button on the user control which is meant for closing the popup. Since ,it is inside the user control ,I am not getting how to make it the CancelControlId for the modal popup. Do anybody have any idea,how can I achieve this?
-
Hello everyone, I have placed a User Control inside a modal popup & it is working fine. There is also one Cancel button on the user control which is meant for closing the popup. Since ,it is inside the user control ,I am not getting how to make it the CancelControlId for the modal popup. Do anybody have any idea,how can I achieve this?
What your cancel button does? It just closing the modal or done any othe operation ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net My Latest Article : IIS Remote Debugging
-
What your cancel button does? It just closing the modal or done any othe operation ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net My Latest Article : IIS Remote Debugging
Thanx for replying, The cancel button is not doing anything,it simply needs to close the popup and that too without going to server side. It could be done by setting,that button's id as cancelButtonId of modal popup.But since the button is not on the same page.It's rather inside the user control on that panel, I am not able to use this utility as well. Please reply.