Description:-
In this example we explain that how to access .aspx
page in UserControl (.acsx) page. Or how to pass .aspx page value to UserControl
(.ascx) page in asp.net.
There is a live requirement that we need sometime
and at that time we confused that how to use this all value that is in ASPX
page to UserControl. So there are two way to use aspx page value in usercontrol
page.by using public properties and second is page item collection.
Using Page Item Collection
There
is new item collection packed with Page object from 2.0 framework. We can also
use this collection to pass objects to usercontrols.
Note:
We
can also use HttpContext objects item collection for this.