![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
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 …
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 …
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 - …
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 …
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