J
Jill Graham
Hi folks,
I'm calling some custom made user controls from within my .aspx web page
using
newControl = Page.LoadControl("myControl.ascx")
Page.Controls.Add(newControl)
My control has two properties: "pageId" and "Title".
How can we pass these parameters to the control from within the main .aspx
page ?
Thanks for helping me out.
Jill
I'm calling some custom made user controls from within my .aspx web page
using
newControl = Page.LoadControl("myControl.ascx")
Page.Controls.Add(newControl)
My control has two properties: "pageId" and "Title".
How can we pass these parameters to the control from within the main .aspx
page ?
Thanks for helping me out.
Jill