Binding Complex Properties to GridView
Binding simple (int/string, etc) type properties to a TemplateColumn in a GridView is easy, but when you need to bind the Grid to an object that has properties that aren’t simple types it gets a bit m
Binding simple (int/string, etc) type properties to a TemplateColumn in a GridView is easy, but when you need to bind the Grid to an object that has properties that aren’t simple types it gets a bit m
When dev’n I frequently want to close all the open documents in VS. The right click on tab command in VS doesn’t have that option, so after digging around in the customize window box I found “Window
Tim McBride just pushed out his code that dynamically creates the profile provider classes for non-WebSite projects. http://www.codeplex.com/WebProfile/
If you create a project in Blend 2 May Preview and right click on the project and select “Edit in Visual Studio”. Blend 2 creates that VS project using version 2.0 of the .NET Framework. Some symptoms
I just installed Orcas and was getting this error when running a performance test: Event Type: Error Event Source: ASP.NET 2.0.50727.0 Event Category: None Event ID: 1062 Date: 5/24/2007 Time: 11:1
I do a bit of recording and usually bounce my tracks to 16bit WAVs because Windows Media Player doesn’t support 24bit WAV out of the box and I couldn’t find the right codecs. I also use Windows Media
I just spent a while searching for the ATOM 1.0 schema definition. This looks like the most human readable form out there. http://www.atomenabled.org/developers/syndication/ HTH, Jon
I found out the hard way that Web Application Projects do not support dynamic class generation for profile providers. For now you need to use the “WebSite” type project instead of WAP or you can use
I’m working on this app that pulls the ip address from the request headers. When debugging the app locally the headers are always “127.0.0.1”, which doesn’t help because I need to know the actual IP a
I just deployed a new wpf/e control to a new server and found that I need to register the content types for xaml, etc. You will find the configuration steps here: http://msdn2.microsoft.com/en-us/libr
Lutz Roeder’s Reflector add-ins are now on www.CodePlex.com http://www.codeplex.com/reflectoraddins
For all those dev’n on Vista, self included :) http://www.microsoft.com/downloads/details.aspx?FamilyID=90e2942d-3ad1-4873-a2ee-4acc0aace5b6&displaylang=en
I just spent the last few hours trying to track down why I kept getting an “is null or not an object” error when setting up a service with a ScriptService attribute. I started my coding with a PageMet
I accidentally hit Ctrl+F1 today and my ribbon was gone. Hit Ctrl + F1 and it’s back. Kind of a hidden command, HTH
Lets say you have this xml: Blog Content And you are using an XmlDataSource to run it through a repeater. You can easily get the attributes like so: <%#Eval(“Date”)%> To get the innerText
If you are referencing an external configuration file in your web application and are caching that access, then look at using the restartOnExternalChanges config attribute to restart the domain on con
I just got a new laptop and am running it at 1600x1200. With IE I was getting jagged images, so I pinged the internal IE discussions group and got this response from Tony Schriener. It sounds like t
The SqlXml datatype constructor only accepts a Stream or XmlReader, if you have an XmlDocument in memory (go with stream if you have it) then you can easily convert to a SqlXml compatible stream with
The “page cannot be displayed” issue in IE could be many things. First turn off the Show Friendly Error Message option in IE. Then check event viewer. And if all else fails recreate the website in IIS
If you are wondering where the “Atlas Control Project” template disappeared to with the latest beta, you can find install instructions for the template here: http://ajax.asp.net/ajaxtoolkit/Walkthroug