M mike Nov 18, 2005 #1 i'd like to use ClientScript.RegisterStartupScript it belongs to page class but i wanna use this how can i do?
i'd like to use ClientScript.RegisterStartupScript it belongs to page class but i wanna use this how can i do?
B Brock Allen Nov 18, 2005 #2 Every control has access to the page, so use Page.ClientScript.RegisterClientScript. -Brock DevelopMentor http://staff.develop.com/ballen
Every control has access to the page, so use Page.ClientScript.RegisterClientScript. -Brock DevelopMentor http://staff.develop.com/ballen