Wimdows.NET

Wim's .NET blog

Browse by Tags

All Tags » ASP.NET » Techie Stuff (RSS)
ASP.NET 1.1 server control for <link> - enabling relative URL paths using tilde "~"
Here's a simple - but useful Link webcontrol class that supports the "~" tilde syntax for relative paths for the href attribute of the <link> element. [DefaultProperty("Text"),ToolboxData("<{0}:Link runat=server Href=\"\" Rel=\"Stylesheet\" Type...
Posted: Apr 27 2006, 11:56 AM by Wim | with 9 comment(s)
Filed under: , ,
PayPal API: what a nightmare!!!
I've been trying to get up and running with the PayPal API, see www.paypal.com/developer .What a complete nuisance that is! The test accounts you create (on the sandbox, http://www.sandbox.paypal.com ) actually need to be verified, before you can request...
Posted: Jan 27 2006, 12:42 PM by Wim | with 29 comment(s)
Filed under: ,
Tiny suggestion for IE7 - <Enter> in address bar should result in HTTP GET refresh
A little gripe I have with IE when doing ASP.NET development is that when you've tested a page (with some PostBack), fix or add something and recompile, you'd usually want to refresh your page without re-posting, so not performing the postback. When pressing...
Posted: Jun 30 2005, 12:20 PM by Wim | with 34 comment(s)
Filed under: ,
More Posts