Please verify the following is correct approach in my main page:
<telerik:RadScriptManager
ID="asmMain" runat="server"
EnableTheming="True"
EnablePageMethods="True">
<Scripts>
<asp:ScriptReference Path="scripts/QMark.js" />
</Scripts>
</telerik:RadScriptManager>
I removed the script tags from usercontrol page and it now works.