I have created Custom User control which i am using in my application Page(which is deployed at _layouts folder).
Here is my scenario.
I have a save button in my custom user control, when i click on that control i would like to execute a method in .aspx(which is layout page). How can i acheive this ? Any ideas ?
Thanks in advance.