Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: Custom Category module

$
0
0
Hi Geoff,

Difficult to know without know what your trying...but here some c# code I use to inject js scripts..
    public static void IncludeJsFile(Page page, string id, string href)
    {
        if (!string.IsNullOrEmpty(href))
        {
            if (!page.ClientScript.IsClientScriptIncludeRegistered(id))
            {
                page.ClientScript.RegisterClientScriptInclude(id, href);
            }
        }
    }

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>