Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Emil Stoichev's Blog

Yearly Archives: 2008

Latest news from Emil Stoichev's Blog

  1. Silvester - Silverlight Twitter Widget

    Sep 29, 2008

    Since I started using Twitter I've been looking for a cool Silverlight widget I can put on my blog. Well, I found only Flash widgets so I just built a Silverlight one by myself. I wrote an article in

  2. Tip: RowFilter with IN operator over a column of type Guid

    Sep 29, 2008

    Case Apply a RowFilter on a DataView which filters a column of type System.Guid and can contain a variable number of values. Example: DataView dv = new DataView(); dv.RowFilter = "TypeId in ('', '', ...)"; where

  3. Tip: Get application based file path with ASP.NET

    Sep 29, 2008

    Linking to a resource from a reusable control in different levels in your web app folder tree can be a tedious and not so obvious task. We have a number of tools in our bag that we can use: absolute paths -

  4. 2008 Launch

    Sep 29, 2008

    I've just registered for the 2008 Launch in Athens. I guess most of you are exciting about MIX08 now but I won't be able to join this event and I'll have to satisfy myself with the 2008 Launch and I hope with the

  5. Tip: How to get the client culture from an ASP.NET app

    Sep 29, 2008

    I fall in a couple of situations where I needed to get the client’s culture from the server side in an ASP.NET application. I googled this and found only client side solutions, but I knew there was some way to get this

    Tagged: asp net