<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/aspnet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 07:04:31 GMT</pubDate>
<item>
<title>(C#) different class for alternating item - samilce</title>
<link>http://snipplr.com/view/70055/different-class-for-alternating-item/</link>
<description><![CDATA[ <p>To use a different class for alternating item of asp.net repeater control</p> ]]></description>
<pubDate>Fri, 22 Feb 2013 19:06:47 GMT</pubDate>
<guid>http://snipplr.com/view/70055/different-class-for-alternating-item/</guid>
</item>
<item>
<title>(XML) web.config to avoid 'Sys' is undefined error - ptomas</title>
<link>http://snipplr.com/view/66816/webconfig-to-avoid-sys-is-undefined-error/</link>
<description><![CDATA[ <p>You get "'Sys' is undefined" error in web application. The application works perfectly when run locally. It throws the JavaScript error when run in production. A handler is necessary in web.config to solve this problem. "ScriptResource" is added to the config file.</p> ]]></description>
<pubDate>Mon, 20 Aug 2012 21:24:17 GMT</pubDate>
<guid>http://snipplr.com/view/66816/webconfig-to-avoid-sys-is-undefined-error/</guid>
</item>
<item>
<title>(C#) Access a Method in a Master Page with Code-Behind - kfiil</title>
<link>http://snipplr.com/view/66303/access-a-method-in-a-master-page-with-codebehind/</link>
<description><![CDATA[ <p>Access a Method in a Master Page with Code-Behind</p> ]]></description>
<pubDate>Tue, 24 Jul 2012 17:01:59 GMT</pubDate>
<guid>http://snipplr.com/view/66303/access-a-method-in-a-master-page-with-codebehind/</guid>
</item>
<item>
<title>(jQuery) jQuery and Clicking an ASP.NET Linkbutton - weldonr30</title>
<link>http://snipplr.com/view/65766/jquery-and-clicking-an-aspnet-linkbutton/</link>
<description><![CDATA[ <p>This is a pretty standard jQuery method to listen for the enter key and simply "click" the button.  However, if you are using a LinkButton this code will not work.  The reason for this is that a LinkButton is rendered to the browser as an Anchor tag with a href property that contains a javascript action to trigger the postback.  Click does nothing on the button as there is nothing for it to complete.</p> ]]></description>
<pubDate>Sat, 23 Jun 2012 01:30:15 GMT</pubDate>
<guid>http://snipplr.com/view/65766/jquery-and-clicking-an-aspnet-linkbutton/</guid>
</item>
<item>
<title>(C#) ASP.NET MVC Controllers in subfolder - dancerjude</title>
<link>http://snipplr.com/view/65466/aspnet-mvc-controllers-in-subfolder/</link>
<description><![CDATA[ <p>Per gestire le situazioni in cui è necessario avere dei controller in una subfolder (ad esempio /api/v1/{controller}/{action}/{id}, utilizzare il seguente codice nella "global.asax.cs" nel metodo "RegisterRoutes".</p> ]]></description>
<pubDate>Fri, 08 Jun 2012 00:03:43 GMT</pubDate>
<guid>http://snipplr.com/view/65466/aspnet-mvc-controllers-in-subfolder/</guid>
</item>
<item>
<title>(C#) Dropdown list ASP.NET MVC - praveensewak</title>
<link>http://snipplr.com/view/65285/dropdown-list-aspnet-mvc/</link>
<description><![CDATA[ <p>Dropdown list bound in MVC using Entity Framework</p> ]]></description>
<pubDate>Thu, 31 May 2012 09:04:37 GMT</pubDate>
<guid>http://snipplr.com/view/65285/dropdown-list-aspnet-mvc/</guid>
</item>
<item>
<title>(C#) IsPageRefresh in ASP .NET - Preventing previously submitted - satie83</title>
<link>http://snipplr.com/view/64908/ispagerefresh-in-asp-net--preventing-previously-submitted/</link>
<description><![CDATA[ <p>How do I prevent previously submitted form data from being reinserted into the database when the user presses the browser's Refresh button?
Although it is not possible due to unique key constraint available in tables but it is unnecessary go to other layer (data access, business layer).</p> ]]></description>
<pubDate>Thu, 17 May 2012 22:35:19 GMT</pubDate>
<guid>http://snipplr.com/view/64908/ispagerefresh-in-asp-net--preventing-previously-submitted/</guid>
</item>
<item>
<title>(VB.NET) Dynamic  CSS  file in header - kzelda</title>
<link>http://snipplr.com/view/64477/dynamic--css--file-in-header/</link>
<description><![CDATA[ <p>Dynamic  Add css file in header</p> ]]></description>
<pubDate>Tue, 10 Apr 2012 17:02:55 GMT</pubDate>
<guid>http://snipplr.com/view/64477/dynamic--css--file-in-header/</guid>
</item>
<item>
<title>(JavaScript) JQuery popup new window from ASP.NET page - Krummelz</title>
<link>http://snipplr.com/view/60600/jquery-popup-new-window-from-aspnet-page/</link>
<description><![CDATA[ <p>This can be put into a utility class in your ASP.NET project and put onto the page with ScriptManager.RegisterStartupScript(). The script alters the ASP.NET __VIEWSTATE value which somehow validates requests; if you leave it out the popup wont work.</p> ]]></description>
<pubDate>Mon, 07 Nov 2011 17:55:47 GMT</pubDate>
<guid>http://snipplr.com/view/60600/jquery-popup-new-window-from-aspnet-page/</guid>
</item>
<item>
<title>(JavaScript) Resolve relative Urls from Javascript (for ASP.NET) - plugables</title>
<link>http://snipplr.com/view/58558/resolve-relative-urls-from-javascript-for-aspnet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Sep 2011 20:14:38 GMT</pubDate>
<guid>http://snipplr.com/view/58558/resolve-relative-urls-from-javascript-for-aspnet/</guid>
</item>
<item>
<title>(C#) static ResolveUrl  and ResolveServerUrl - plugables</title>
<link>http://snipplr.com/view/58557/static-resolveurl--and-resolveserverurl/</link>
<description><![CDATA[ <p>You do not have Page object available everywhere to use Page.ResolveUrl. Here is an alternate.</p> ]]></description>
<pubDate>Fri, 09 Sep 2011 20:11:09 GMT</pubDate>
<guid>http://snipplr.com/view/58557/static-resolveurl--and-resolveserverurl/</guid>
</item>
<item>
<title>(C#) Sending different Email types  with ASP.Net - derebus</title>
<link>http://snipplr.com/view/57068/sending-different-email-types--with-aspnet/</link>
<description><![CDATA[ <p>Como insertar imgenes en un envio via email en ASP.NET</p> ]]></description>
<pubDate>Sat, 23 Jul 2011 09:29:25 GMT</pubDate>
<guid>http://snipplr.com/view/57068/sending-different-email-types--with-aspnet/</guid>
</item>
<item>
<title>(VB.NET) Saving data from gridview to xml file - tabook22</title>
<link>http://snipplr.com/view/56388/saving-data-from-gridview-to-xml-file/</link>
<description><![CDATA[ <p>this code will show you how to save data from gridview to xml file</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:52:06 GMT</pubDate>
<guid>http://snipplr.com/view/56388/saving-data-from-gridview-to-xml-file/</guid>
</item>
<item>
<title>(VB.NET) Hit Counter - tabook22</title>
<link>http://snipplr.com/view/56387/hit-counter/</link>
<description><![CDATA[ <p>this code shows you how to create a hit counter, you need to create a text file first</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:49:12 GMT</pubDate>
<guid>http://snipplr.com/view/56387/hit-counter/</guid>
</item>
<item>
<title>(VB.NET) create a new datatable - tabook22</title>
<link>http://snipplr.com/view/56386/create-a-new-datatable/</link>
<description><![CDATA[ <p>This code will sow you how to create a new datatable</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:47:38 GMT</pubDate>
<guid>http://snipplr.com/view/56386/create-a-new-datatable/</guid>
</item>
<item>
<title>(VB.NET) Create a new xml file and display it in browser - tabook22</title>
<link>http://snipplr.com/view/56385/create-a-new-xml-file-and-display-it-in-browser/</link>
<description><![CDATA[ <p>Create a new xml file and display it in browser</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:46:17 GMT</pubDate>
<guid>http://snipplr.com/view/56385/create-a-new-xml-file-and-display-it-in-browser/</guid>
</item>
<item>
<title>(VB.NET) Binding xml file to Gridview - tabook22</title>
<link>http://snipplr.com/view/56384/binding-xml-file-to-gridview/</link>
<description><![CDATA[ <p>This code will be used to bind an xml file to gridview</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:44:39 GMT</pubDate>
<guid>http://snipplr.com/view/56384/binding-xml-file-to-gridview/</guid>
</item>
<item>
<title>(VB.NET) add data to an existing xml file - tabook22</title>
<link>http://snipplr.com/view/56383/add-data-to-an-existing-xml-file/</link>
<description><![CDATA[ <p>This code snippet is used to add data to an existing xml file</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 06:42:47 GMT</pubDate>
<guid>http://snipplr.com/view/56383/add-data-to-an-existing-xml-file/</guid>
</item>
<item>
<title>(VB.NET) How to Print in ASP.NET 2.0 - derebus</title>
<link>http://snipplr.com/view/54466/how-to-print-in-aspnet-20/</link>
<description><![CDATA[ <p>how to print controls in ASP.NET 2.0 using both server side code and javascript.</p> ]]></description>
<pubDate>Fri, 27 May 2011 07:38:46 GMT</pubDate>
<guid>http://snipplr.com/view/54466/how-to-print-in-aspnet-20/</guid>
</item>
<item>
<title>(VB.NET) How To Create A Remember Me Cookie - derebus</title>
<link>http://snipplr.com/view/53478/how-to-create-a-remember-me-cookie/</link>
<description><![CDATA[ <p>How To Create A Remember Me Cookie</p> ]]></description>
<pubDate>Fri, 13 May 2011 01:40:21 GMT</pubDate>
<guid>http://snipplr.com/view/53478/how-to-create-a-remember-me-cookie/</guid>
</item>
</channel>
</rss>