Description of How to call a procedure defined in a webpage from a usercontrol :
This article teaches about how to access a procedure which has been defined in a web pages with the help of user control. To call a procedure from a web page the author uses two different methods, a)- with the help of page property and b)- by using delegates. For both methods sample source code has also been given. For each steps the author gives detailed description for quick reference.