<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://twilightsoul.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Studio</title><link>http://twilightsoul.com/files/folders/visual_studio/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>ScriptHelper control</title><link>http://twilightsoul.com/files/folders/visual_studio/entry24.aspx</link><pubDate>Wed, 22 Aug 2007 18:34:24 GMT</pubDate><guid isPermaLink="false">c66138d1-22a5-4fc6-aa49-323455253354:24</guid><dc:creator>AlanM</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This control is used to assist client-side script in finding ASP.NET nested controls. ASP.NET nested controls have ClientID values which are difficult to keep constant as web pages are edited. Often, the control itself will generate client-side script. Custom written client-side script that needs to refer to these controls, can be difficult to synchronize with the generated ClientIDs.&lt;/p&gt;
&lt;p&gt;Place this control on the web page (or on a master page) and use it from within the Page code behind by calling its various Register... methods. These methods will either use the control&amp;#39;s ID property (not its UniqueID or ClientID properties) as a key that will be used by the client-side script, so it&amp;#39;s important to not register a control that may be rendered multiple times (such as in a templated, or repeating, control).&lt;/p&gt;
&lt;p&gt;From the client-side script, global javascript objects will be created using names that can be changed using the ScriptHelper&amp;#39;s properties. These objects will have properties named as the keys used in the Register... methods. The properties merely contain a string value which can then be used by other javascript (such as in calling the document.getElementById method).&lt;/p&gt;</description><enclosure url="http://twilightsoul.com/files/folders/24/download.aspx" length="7299" type="text/plain" /></item><item><title>Basic Event with Arguments Snippet</title><link>http://twilightsoul.com/files/folders/visual_studio/entry18.aspx</link><pubDate>Mon, 16 Jul 2007 19:45:46 GMT</pubDate><guid isPermaLink="false">c66138d1-22a5-4fc6-aa49-323455253354:18</guid><dc:creator>AlanM</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Creates a C# style event field construct and methods for an event with parameters, for classes NOT derived from ASP.NET System.Control&lt;/p&gt;</description><enclosure url="http://twilightsoul.com/files/folders/18/download.aspx" length="1717" type="application/xml" /></item><item><title>Basic Event Snippet</title><link>http://twilightsoul.com/files/folders/visual_studio/entry17.aspx</link><pubDate>Mon, 16 Jul 2007 19:44:24 GMT</pubDate><guid isPermaLink="false">c66138d1-22a5-4fc6-aa49-323455253354:17</guid><dc:creator>AlanM</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Creates a C# style event field construct and methods for an event without parameters, for classes NOT derived from ASP.NET System.Control&lt;/p&gt;
&lt;p&gt;2007-10-27 UPDATED: Removed an invalid reference to a generic EventHandler&amp;lt;&amp;gt;&lt;/p&gt;</description><enclosure url="http://twilightsoul.com/files/folders/17/download.aspx" length="1168" type="text/xml" /></item><item><title>ASP.NET Control Event with Arguments Snippet</title><link>http://twilightsoul.com/files/folders/visual_studio/entry16.aspx</link><pubDate>Mon, 16 Jul 2007 19:41:53 GMT</pubDate><guid isPermaLink="false">c66138d1-22a5-4fc6-aa49-323455253354:16</guid><dc:creator>AlanM</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Creates a C# style event property construct and methods for an event with parameters, for classes derived from ASP.NET System.Control&lt;/p&gt;</description><enclosure url="http://twilightsoul.com/files/folders/16/download.aspx" length="2004" type="application/xml" /></item><item><title>ASP.NET Control Event Snippet</title><link>http://twilightsoul.com/files/folders/visual_studio/entry15.aspx</link><pubDate>Mon, 16 Jul 2007 19:39:05 GMT</pubDate><guid isPermaLink="false">c66138d1-22a5-4fc6-aa49-323455253354:15</guid><dc:creator>AlanM</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Creates a C# style event property construct and methods for an event without parameters, for classes derived from ASP.NET System.Control&lt;/p&gt;</description><enclosure url="http://twilightsoul.com/files/folders/15/download.aspx" length="1389" type="application/xml" /></item></channel></rss>