<?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/language/asp/tags/Net</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 01:38:03 GMT</pubDate>
<item>
<title>(ASP) how to use dynamically generated .Net element IDs on page in jquery or css - rumremix</title>
<link>http://snipplr.com/view/67168/how-to-use-dynamically-generated-net-element-ids-on-page-in-jquery-or-css/</link>
<description><![CDATA[ <p>In the examples, below, Step1 is the id  given to the element. If the element is set to runat="server", when it is rendered on the page, the id will change dynamically to something like ctl00$PlaceHolderMain$Step1. But the actual value may change. To make sure we capture the correct value to manipulate the element in javascript or CSS, use the technique below. Note that this code will need to live on the same page as the element, not in an external js or css file.</p> ]]></description>
<pubDate>Thu, 13 Sep 2012 04:37:21 GMT</pubDate>
<guid>http://snipplr.com/view/67168/how-to-use-dynamically-generated-net-element-ids-on-page-in-jquery-or-css/</guid>
</item>
<item>
<title>(ASP) ASP .NET 301 Redirect - jonhenshaw</title>
<link>http://snipplr.com/view/2494/asp-net-301-redirect/</link>
<description><![CDATA[ <p>This redirects visitors to a new URL using a 301 redirect. Using a 301 redirect is the safest way to let search engines like Google, Yahoo!, Live and Ask know your address has changed.</p> ]]></description>
<pubDate>Mon, 16 Apr 2007 21:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/2494/asp-net-301-redirect/</guid>
</item>
</channel>
</rss>