Brian Ritchie's Blog

My ramblings on .NET & other development topics

News



Twitter

Blog Roll

Connect with me

To postback or not to postback, that is the question

Implementing AJAX is definitely all the rage.  Everyone has heard of Microsoft's Atlas Framework, and most have seen Ajax.net Professional, but have you checked out OutPost yet?

 It is a simple way to AJAX-enable both your 1.1 and 2.0 applications.  Just add the following:

private void Page_Load(object sender, System.EventArgs e)
{
    OutPost.Ajax.Enable();
}

In other words..."That was easy!"

 

Posted: Oct 12 2006, 08:52 PM by brian_ritchie | with no comments
Filed under: ,

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)