<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:snippet="http://codexchange.org/schemas/snippet/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>CodeXchange: User Contributed Snippets</title>
    <link>http://www.codexchange.org</link>
    <description>Summary of the snippets published by a codexchange user</description>
    <language>en-us</language>
    <copyright>Copyright © CodeXchange, 2004-2006</copyright>
    <generator>CodeXchange RSS Feed Generator v1.0</generator>
    <webMaster>webmaster@codexchange.org</webMaster>
    <lastBuildDate>Sun, 15 Mar 2026 04:25:24 GMT</lastBuildDate>
    <ttl>20</ttl>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright © CodeXchange, 2004-2006</dc:rights>
    <dc:date>3/15/2026 4:25:24 AM</dc:date>
    <dc:publisher />
    <dc:creator>CodeXchange RSS Feed Generator v1.0</dc:creator>
    <item>
      <guid>/PreviewSnippet.aspx?SnippetID=19295dbc-7714-47c1-b3e8-680132e06dc3</guid>
      <title>TDT - GridPage - Page_Init</title>
      <link>/PreviewSnippet.aspx?SnippetID=19295dbc-7714-47c1-b3e8-680132e06dc3</link>
      <description>TDT - GridPage - Page_Init [C#]</description>
      <author>Guss Davey</author>
      <pubDate>Tue, 31 Jul 2012 00:20:12 GMT</pubDate>
      <comments>/PreviewSnippet.aspx?SnippetID=19295dbc-7714-47c1-b3e8-680132e06dc3#comments</comments>
      <category>8c2f06f8-1c90-43ba-b7f6-72416ef60c2b</category>
      <dc:title>TDT - GridPage - Page_Init</dc:title>
      <dc:date>7/31/2012 12:20:12 AM</dc:date>
      <dc:creator>Guss Davey</dc:creator>
      <content:encoded><![CDATA[<pre>        protected void Page_Init(object sender, System.EventArgs e)
        {
            #region Inject various files into header
            // Include the JS for the custom filter jquery slideout -----------------------
            GridPage.InjectJS("Core/JS/jquery.tabSlideOut.v1.3.js", Page, "ts_" + ID);
            // Include the JS for gritter messages -----------------------
            GridPage.InjectJS("Core/JS/jquery.gritter.min.js", Page, "gr_" + ID);
            // Include the JS for validation messages -----------------------
            GridPage.InjectJS("Core/JS/gritter.alerts.js", Page, "ga_" + ID);
            #endregion
        }</pre>]]></content:encoded>
      <snippet:downloads>1</snippet:downloads>
      <snippet:rating>0</snippet:rating>
      <snippet:language>C#</snippet:language>
    </item>
  </channel>
</rss>