﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>PS: ASP.NET</title>
    <description>Tips, Tricks and Observations on everything ASP.NET</description>
    <link>http://pixelsyndicate.com/PS/Home/tabid/36/BlogId/4/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>wdobson@pixelsyndicate.com</managingEditor>
    <webMaster>wdobson@pixelsyndicate.com</webMaster>
    <pubDate>Thu, 29 Jul 2010 04:33:39 GMT</pubDate>
    <lastBuildDate>Thu, 29 Jul 2010 04:33:39 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>Star Trek LCARS - Pocket PC MediaPlayer Skin</title>
      <description>&lt;p&gt;&lt;img width="240" height="268" border="0" align="right" src="/PS/Portals/1/Projects/lcars_pocketpc_mediaplayer_skin.gif" alt="THE LCARS MEDIAPLAYER SKIN FOR POCKET PC" /&gt;Back in the day... 8 years ago (year 2000, remember it?) I built a Star Trek themed Media Player skin for PocketPC...  8 years later, I am doing GOOGLE searches on my name (to see if that criminal history was erased properly) and there is a group of people discussing the very project I am writing of now! YES!&lt;/p&gt;
&lt;p&gt;I hadnt thought of it for so long, and am not even certain I have an archived copy of it on any of my old backup CDs, but here it is! I havent tested this skin on Windows Mobile 5 or higher, but believe it should work on any version of the Pocket PC thats not a Smartphone. &lt;/p&gt;
&lt;p&gt;I present &lt;a target="_blank" href="http://pixelsyndicate.com/PS/Portals/1/Projects/lcars.zip"&gt;it here for your downloading pleasure&lt;/a&gt;...&lt;/p&gt;
&lt;p&gt; This skin is provided free of cost, and you may redistribute it as long as you do not modify it.  The original copywrite is the following:&lt;/p&gt;
&lt;p&gt;// Pocket Windows Media Player v1.0 LCARS Skin File V1.0&lt;br /&gt;
// Created by Wil Dobson, PixelSyndicate.com&lt;br /&gt;
// Info@PixelSyndicate.com&lt;/p&gt;</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/38/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/38/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=38</guid>
      <pubDate>Wed, 06 Aug 2008 20:23:15 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=38</trackback:ping>
    </item>
    <item>
      <title>Clear the WebServer's Application Cache with the click of a button</title>
      <description>My current employer stores DataTables in the server memory to speed up reports for its customers. But to clear that cache, it would take an emergency change request, and a modification to the web.config, to force the webserver to clear the application cache. I did it with a button-click! Here's how.</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/37/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/37/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=37</guid>
      <pubDate>Wed, 09 Apr 2008 19:52:58 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=37</trackback:ping>
    </item>
    <item>
      <title>How long did it take for my page to load?</title>
      <description>A reader on FORUMS.ASP.NET recently requested some information on the following: "I want to calculate the page load time, like how much time it took for an particular page to load."  My answer to this issue was to add yet another item to my ToolBox... Here's the code!</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/36/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/36/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=36</guid>
      <pubDate>Wed, 09 Apr 2008 13:39:15 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=36</trackback:ping>
    </item>
    <item>
      <title>Floating GridView Headers while Scrolling</title>
      <description>Want your GridView Headers to remain floating atop while scrolling your data? Do it with CSS!</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/35/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/35/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=35</guid>
      <pubDate>Mon, 24 Mar 2008 17:28:14 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=35</trackback:ping>
    </item>
    <item>
      <title>Binding DropDownLists within a GridView to a child table</title>
      <description>You are unable to bind the selected value of your dropdownlist to your GridViews datasource BECAUSE your dropdownlist has its OWN datasource which it is bound to. Here is my solution...</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/34/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/34/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=34</guid>
      <pubDate>Wed, 12 Mar 2008 14:05:03 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=34</trackback:ping>
    </item>
    <item>
      <title>Select GridView rows simply by clicking on the row</title>
      <description>You can trigger RowSelected in your gridviews (without the Select linkbutton) by using some client-side code!</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/33/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/33/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=33</guid>
      <pubDate>Thu, 20 Dec 2007 20:51:53 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=33</trackback:ping>
    </item>
    <item>
      <title>Export that GridView as an Excel document</title>
      <description>There are plenty of 3rd party products for exporting your GridView data to an Microsoft Excel spreadsheet, but it's easy enough to do the old fashion way... Copy and Paste!</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/32/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/32/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=32</guid>
      <pubDate>Thu, 20 Dec 2007 20:29:31 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=32</trackback:ping>
    </item>
    <item>
      <title>DropdownList's in FormViews - binding selected value even if the value is NULL or empty</title>
      <description>You want to use dropdownlists in a formview control to aid your users in choosing the correct child-table entry. You have the potential for null values, so are having issues avoiding the trouble of directly binding the dropdownlist's selected value. Here's my work-around.</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/30/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/30/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=30</guid>
      <pubDate>Thu, 20 Dec 2007 18:46:24 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=30</trackback:ping>
    </item>
    <item>
      <title>Responding to Dynamically added button events</title>
      <description>The more complicated your web forms become, the less often you can predict what buttons will be available. In this post, I demonstrate how to react to button clicks when the button doesn't exist at design-time.</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/31/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/31/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=31</guid>
      <pubDate>Thu, 20 Dec 2007 18:29:31 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=31</trackback:ping>
    </item>
    <item>
      <title>VB.NET vs C#.NET</title>
      <description>What is better? C# or VB? The battle lines have been drawn and yet there is no clear winner. Here's my opinion on it.</description>
      <link>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/29/Default.aspx</link>
      <author>wdobson@pixelsyndicate.com</author>
      <comments>http://pixelsyndicate.com/PS/Home/tabid/36/EntryID/29/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://pixelsyndicate.com/PS/Default.aspx?tabid=36&amp;EntryID=29</guid>
      <pubDate>Thu, 20 Dec 2007 17:18:45 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://pixelsyndicate.com/PS/DesktopModules/Blog/Trackback.aspx?id=29</trackback:ping>
    </item>
  </channel>
</rss>