From an .aspx page (page.aspx) I'm calling a function (A) in a vb class-library, which is calling another funtion (B) in another vb class-library. Is there any way I can get a reference to page.aspx from within function B, so I can add a datagrid control to the control collection of the page?