how to insert the dhtmlx javascript files into content pages

Hi,

I have been trying to use the dhtmlx grid control in my content pages . I need to register the scripts dhtmlxcommon.js and some of the css files only for this page.It works well in a stand alone aspx page, but I am not able to work this out with content pages which have a master page referenced for them. I tried using Master.Page.ClientScript.RegisterStartupScript, but having troubles there as well. Could anyone please help?

Sreejitha

Hi,
you can add scripts and links to ContentPlaceHolder, or is it not suitable somehow?