Displaying posts categorized under

Ajax.NET

Ajax.NET returning classes

Here we continue our Ajax.NET exploring adventures started here and in part 2 and in part 3.
 
Now we are getting into the “fantastic” stuff with Ajax.NET. Lets say we have this type of layout:

In this example we want to update the minute part as before – but also “When was data updated” – and the “servergenerated guid” [...]

Ajax.NET part 3

Here we continue our Ajax.NET exploring adventures started here and in part 2.
One thing I havn’t talked about yet is the code we put in Page_Load:

protected void Page_Load(object sender, EventArgs e)
{
AjaxPro.Utility.RegisterTypeForAjax(typeof(_Default));
}

As I have said, thew cool thing about Ajax.NET is that it generate Javascriptwrappers for you to call from your own defined Javascript functions. I will describe the meaning [...]

Ajax.NET part 2

Here we continue our Ajax.NET exploring adventures started here .
Now lets create a page which does the same (but without image) – and also automatically reloads the time cell every 10 seconds.

While it might say somwthing about me as a person – or at least about my definition of fun  - but it was actually fun [...]

Starting with Ajax.NET

My journey in Ajax land continues. As I have said here in by blog I am not sure Atlas is the way to go. In short – I have learned that the most complex (and bloated) ASP.NET server controls such as the datagrid – but also some design time controls such as the datasource controls etc are [...]