How to close a dialouge box from some custom link inside the dialouge box
- by Ashish
Hi, I have custom control which i am rendering inside dailouge box.
this custom control has a link lable lnkLable. I want to close the opened window when i click on lnkLable.
right now i am finding the parent of my conrol which will be dialouge control in the end and then calling the dispose method of that, which i dont feel very good technique to do this.
Thanks in advance for your help/suggestions.
regards,
ashish kalia