Re: Full Ajax driven application - patterns/practices

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



it will depend on how dynamic your web site is. even gmail uses pages for different operations (say attachments).

ajax is a technology for javascript to call a server.

you want javascript to be able to create and remove controls. thus you want a javascript based control library similar to the google's gwt, or microsofts old asp javascript control library.

-- bruce (sqlwork.com)



Piotr Nowak wrote:
Hi,

Currently im skimming throgh Web Client Software Factory (http://www.codeplex.com/websf).
I know, it could be great for complex apps, but i have one problem.

I use Telerik Controls (www.telerik.com) where i can ajaxify every control by using telerik features and their controls.

I found that my client doesnt want any page reload at all, whole site must behave like gmail. No reloads, every action goes througs ajax and view is partially updated notifiyng user by i.e. Please wait label on top right of the screen

So !,

How do i do a robust and efficient framework to make my application well done like WCSF recommends.

Theres only one page involved when no reloads!!!!! - Default.aspx for example... There's no way to change page address when doing ajax things, so no master page changing nor page changing. So all logic has to be embedded on Default.aspx ? Naaah, seems scary.
I tried to load user controls in Default.aspx.cs codebehind, but its still dirty, i dont like it at all.

I need robust an elegant way for creating full ajax driven application, i guess there must be way of doing it properly, not messy (i can do it messy though :) )

regards

Peter
.



Relevant Pages

  • Re: AJAX memory leak(?)
    ... I added some Ajax elements, including some UpdatePanels and modal PopUp panels which contain asp.net controls like gridviews with selectable rows, buttons, textboxes. ... I have searched google, and read articles like "Understanding and Solving Internet Explorer Leak Patterns", but I have not added any javascript with the Ajax controls, so I haven't created any circular references or other memory leak problems. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Determining the exact location and current state of any controls
    ... of any JavaScript controls is pretty easy. ... Javascript has no controls. ... I need this to work for every webpage. ... JavaScript is a part of Ajax. ...
    (comp.lang.javascript)
  • Re: How do we get there from here?
    ... > 'AJAX approach'? ... I am using php and ajax, ... linked to the page back to the server, which could be a php script. ... but is not an entire page) to the JavaScript. ...
    (comp.databases.pick)
  • Re: Cant refer to innerHTML contents
    ... Since this question (returning javascript via an xmlhttprequest) pops up for everybody who starts with AJAX sooner or later, maybe we should suggest to place this code into the FAQ? ... The only thing that, I believe, needs to be added to it for iCab and IE5.2 is a test to stay out of the function at all since they both execute scripts inserted via innerHTML. ... I think IE5.2 on a mac has gone the way of NN4.xx where it is a dead browser. ...
    (comp.lang.javascript)
  • Re: Way for user to see progress on long running asp.net process
    ... Is there anyway without using AJAX, or possibly a windows control on a ... So far I have come up with two non Ajax/winforms controls solutions. ... I have always shied away from threads in a web app. ... Then within that event handler I'd create a new thread that oes the ...
    (microsoft.public.dotnet.framework.aspnet)