<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jink</title>
<link>http://snipplr.com/users/jink/tags/aspnet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 11:12:14 GMT</pubDate>
<item>
<title>(JavaScript) ASP.net &amp;amp; MS AJAX: Enabling WebKit support (chrome, safari) in MS AJAX (fixing webkit browser detection)</title>
<link>http://snipplr.com/view/22958/aspnet--ms-ajax-enabling-webkit-support-chrome-safari-in-ms-ajax-fixing-webkit-browser-detection/</link>
<description><![CDATA[ <p>Load this Javascript after the MS AJAX files have been loaded.  In the example I am using jQuery to call the patchMicrosoftAjax() method, but you can use any method you desire.</p> ]]></description>
<pubDate>Wed, 11 Nov 2009 22:18:34 GMT</pubDate>
<guid>http://snipplr.com/view/22958/aspnet--ms-ajax-enabling-webkit-support-chrome-safari-in-ms-ajax-fixing-webkit-browser-detection/</guid>
</item>
<item>
<title>(JavaScript) ASP.net: Page Validation on Client Side.</title>
<link>http://snipplr.com/view/18915/aspnet-page-validation-on-client-side/</link>
<description><![CDATA[ <p>Page_ClientValidate is a global function.  When called this will return true/false if the validator group provided is valid or not.</p> ]]></description>
<pubDate>Thu, 27 Aug 2009 15:04:18 GMT</pubDate>
<guid>http://snipplr.com/view/18915/aspnet-page-validation-on-client-side/</guid>
</item>
<item>
<title>(JavaScript) JS/ASP.net: Bind to UpdatePanel's update event in Javascript</title>
<link>http://snipplr.com/view/15781/jsaspnet-bind-to-updatepanels-update-event-in-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Jun 2009 13:08:16 GMT</pubDate>
<guid>http://snipplr.com/view/15781/jsaspnet-bind-to-updatepanels-update-event-in-javascript/</guid>
</item>
<item>
<title>(C#) ASP.net: Update SQL from a DropDownList dynamically created in a GridView.</title>
<link>http://snipplr.com/view/15440/aspnet-update-sql-from-a-dropdownlist-dynamically-created-in-a-gridview/</link>
<description><![CDATA[ <p>Bind the DropDownList like normal (set DataSourceID, DataTextField, DataValueField), and  the SelectedValue field.  AutoPostBack should be enabled.  In the OnSelectedIndexChanged:</p> ]]></description>
<pubDate>Mon, 01 Jun 2009 20:39:26 GMT</pubDate>
<guid>http://snipplr.com/view/15440/aspnet-update-sql-from-a-dropdownlist-dynamically-created-in-a-gridview/</guid>
</item>
<item>
<title>(C#) DotNetNuke: Pull URL for a given tab NAME. (DNN 5.1+)</title>
<link>http://snipplr.com/view/15437/dotnetnuke-pull-url-for-a-given-tab-name-dnn-51/</link>
<description><![CDATA[ <p>Use this code to pull a DotNetNuke URL from a tab name.  We use this to replace "?tabname=blah" type URLs which do NOT transfer language info.</p> ]]></description>
<pubDate>Mon, 01 Jun 2009 17:13:15 GMT</pubDate>
<guid>http://snipplr.com/view/15437/dotnetnuke-pull-url-for-a-given-tab-name-dnn-51/</guid>
</item>
<item>
<title>(C#) ASP.net: Add a Javascript tag to the HEAD of the page.</title>
<link>http://snipplr.com/view/15205/aspnet-add-a-javascript-tag-to-the-head-of-the-page/</link>
<description><![CDATA[ <p>Call with the path of any javascript you want to load into the HEAD of the ASPX page.</p> ]]></description>
<pubDate>Wed, 20 May 2009 18:02:32 GMT</pubDate>
<guid>http://snipplr.com/view/15205/aspnet-add-a-javascript-tag-to-the-head-of-the-page/</guid>
</item>
<item>
<title>(C#) ASP.net: Retrieve PostBack sender (on Page_Load)</title>
<link>http://snipplr.com/view/15199/aspnet-retrieve-postback-sender-on-pageload/</link>
<description><![CDATA[ <p>Returns the postback sender ID.  This is usually a button ID from a form that caused a post back.</p> ]]></description>
<pubDate>Wed, 20 May 2009 13:31:09 GMT</pubDate>
<guid>http://snipplr.com/view/15199/aspnet-retrieve-postback-sender-on-pageload/</guid>
</item>
<item>
<title>(ASP) ASP.Net: Working around Flash Cookie Bug AKA restoring the session | SWFUpload</title>
<link>http://snipplr.com/view/15180/aspnet-working-around-flash-cookie-bug-aka-restoring-the-session--swfupload/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 May 2009 17:42:39 GMT</pubDate>
<guid>http://snipplr.com/view/15180/aspnet-working-around-flash-cookie-bug-aka-restoring-the-session--swfupload/</guid>
</item>
<item>
<title>(ASP) ASP.net: Session timeout prevention (keep alive).</title>
<link>http://snipplr.com/view/14837/aspnet-session-timeout-prevention-keep-alive/</link>
<description><![CDATA[ <p>Call AddKeepAlive() in Page_Load of the page that needs it.  Change the path to the correct keep alive page.

Page should disable caching, like in second code snippet.</p> ]]></description>
<pubDate>Fri, 08 May 2009 10:09:37 GMT</pubDate>
<guid>http://snipplr.com/view/14837/aspnet-session-timeout-prevention-keep-alive/</guid>
</item>
<item>
<title>(ASP) ASP.net: Retrieve connection string from web.config</title>
<link>http://snipplr.com/view/14712/aspnet-retrieve-connection-string-from-webconfig/</link>
<description><![CDATA[ <p>Replace *SERVERNAME* with the name of the server name in the web.config</p> ]]></description>
<pubDate>Mon, 04 May 2009 13:41:08 GMT</pubDate>
<guid>http://snipplr.com/view/14712/aspnet-retrieve-connection-string-from-webconfig/</guid>
</item>
<item>
<title>(ASP) ASP.net: Prevent Caching of a Page</title>
<link>http://snipplr.com/view/14705/aspnet-prevent-caching-of-a-page/</link>
<description><![CDATA[ <p>Code snippet prevents caching of the page by setting http header values and a LAST MODIFIED header to prevent google from caching too long.  This should go into the page load event.</p> ]]></description>
<pubDate>Mon, 04 May 2009 10:28:12 GMT</pubDate>
<guid>http://snipplr.com/view/14705/aspnet-prevent-caching-of-a-page/</guid>
</item>
<item>
<title>(ASP) ASP.net: Send a file to a user through Response</title>
<link>http://snipplr.com/view/14619/aspnet-send-a-file-to-a-user-through-response/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Apr 2009 16:44:23 GMT</pubDate>
<guid>http://snipplr.com/view/14619/aspnet-send-a-file-to-a-user-through-response/</guid>
</item>
</channel>
</rss>
