Category Archives: ASP.net

How to get URL rewriting to work with ASP.Net 2.0 Themes and form post-backs

Back in February, Scott Guthrie posted an article on URL rewriting with ASP.Net. Towards the end of the article there is a section on how to handle form post backs by sub classing HtmlForm (for ASP.Net 1.0 and 1.1) or by using a Control Adapter (for ASP.Net 2.0).
That seemed like a lot of work to [...]

Leave a comment

Easy way to get FCKEditor to work inside an ASP.Net AJAX UpdatePanel

The Problem
I had a MultiLine TextBox inside an UpdatePanel and I wanted that TextBox to have rich editing capabilities so I chose FCKEditor. But, now when I do a partial PostBack, the TextBox doesnt retain it value.
An Initial Solution
So, I searched for a solution to this problem and found this post, but it seemed like [...]

1 Comment

Using asp.net syntax in an umbraco document template and in XSLT templates

I am about to embark on a project that will be using ASP.NET AJAX extensively, along with the ASP.NET AJAX Control Toolkit. I would love to be able to do the whole thing inside of Umbraco, but, as far as I know, the only way to use these controls is from within a macro.
For example [...]

1 Comment