Rory Primrose

I don't have a solution but I admire the problem

Recent Posts

Tags

Community

Email Notifications

Archives

Browse by Tags

All Tags » ASP.Net (RSS)
Fixed: CS url encoding problem on Vista
I previously posted about a Community Server url encoding problem on Vista. The problem was the urls in the tag cloud where rendering spaces with + rather than %20. On Vista (and Windows Server 2008), this results in a 404 error. At the time I spend a...
Posted: Feb 25 2008, 09:58 PM by Rory Primrose | with no comments
Filed under: ,
ASMX interoperability with WCF
If you have an ASMX client, you can get it to call a WCF endpoint with some restrictions. You have to use the basicHttpBinding on the WCF service and the service implementation (or contract) needs to be decorated with the XmlSerializerFormat attribute...
Posted: Apr 20 2007, 03:42 PM by Rory Primrose | with 4 comment(s)
Filed under: , ,
Databinding not firing
Here's a little tip. If your databound control is not firing it's databinding, make sure that the control and all of its parents are visible on the page. If it isn't visible, OnPreRender doesn't fire and therefore your databinding won't either. Makes...
Binding data to ObjectDataSource parameters
Have you ever needed to have nested databound controls using multiple ObjectDataSources, where the nested ObjectDataSource has a select parameter that requires a databound value itself? You have no doubt tried the following: < asp:ObjectDataSource...
Neovolve.Schema.Extensions 1.0 released
Neovolve.Schema.Extensions is a project that will do entity mapping for web reference code generations from a WSDL. When you update a web reference in the Visual Studio IDE, it will get the latest version of the WSDL and generate code to access the web...
GAPTCHA
I have to say, Geoff has a very unique take on CAPTCHA which has just gone live on his site. I think his GAPTCHA control is so much fun that it is going to backfire on him. Geoff is going to end up with a whole lot of comment spam regardless because people...
ASP.Net errors
Sorry people. This is just a note to myself because every few months I come across the same problems with a new development build. Failed to access IIS metabase: aspnet_regiis -i Mutex Could not be Created: Solution posted here by Joao Morais. I have...
CAPTCHA and accessibility
Over the last week, I have been reading and commenting about CAPTCHA's in Sara Ford's post about her New Comment Policy . This is riding on the back of me implementing CAPTCHA for this site . Sara has some really interesting things to say regarding CAPTCHA...
Dave's CAPTCHA deserves some link love
I thought that I would not give in to comment spam. You might be thinking that I did give in, but you would be wrong. Ok, so I kinda did give in, it just depends on your point of view. Comment spam has been getting more than rediculous over the last couple...
Control adapters to the PNG rescue
I came across a post in the Code Project feed this morning called ' Using a Control Adapter to Properly Display PNG Images in IE ' by Charles Windhausen. This is such a simple and very effective way around the PNG problem in IE. Fantastic idea.
Finally an outcome on a submitted bug
Back in April , I posted to the Product Feedback Center regarding a bug I found in the htmltextwriter. Finally there is an official response to the submission. Unfortunately, this bug falls into the red bits category, and so we are not able to address...
Kingston 1.0
Kingston is a little utility that hosts an IE browser and allows you to provide a different user-agent with the browsers requests to web servers. This is great if you need to test the output of a web server based on a specific browser type. Download Kingston
ASP.Net Virtual Theme Provider 1.0 released
I have been working on a fun project recently. I have put together a VirtualThemeProvider that uses the VirtualPathProvider in the 2.0 framework. The VirtualThemeProvider provides functionality for flexible ASP.Net theme support. It provides the ability...
Control registrations from web.config
Scott Guthrie posted some ASP.Net tips several weeks ago. There were heaps of great ideas that he put into his presentation, one of which was about registering controls for aspx pages. User controls and custom controls that are used on a page need to...
XML Intellisense in Visual Studio 2005
Last week, a colleague told me how to get intellisense support in xml documents in the VS2005 IDE. It is really easy, although there are some interesting quirks in the process. To pull this off, you first need to get an xsd file that defines your xml...
More Posts Next page »