Reference to the current page

vchan

New member
Joined
Mar 9, 2005
Messages
3
Programming Experience
1-3
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?
 
Back
Top