Asp.net Head Problem
        Posted  
        
            by oraclee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by oraclee
        
        
        
        Published on 2010-06-08T09:12:21Z
        Indexed on 
            2010/06/08
            9:22 UTC
        
        
        Read the original article
        Hit count: 292
        
Hi all;
i want to write head tag.
i need create dynamic
<head id="htmlHead" runat="server">
</head>
code behind:
htmlHead.InnerText = "<script src=\"Scripts/jquery.ui.datepicker.js\" type=\"text/javascript\"></script>"
not work pls help
© Stack Overflow or respective owner