D
darrel
I've been playing with prototype.js and scriptaculous to create some nice
drag-and-drop interaction on my applications GUI. That's working well.
Now I want to take the next step and start passing data back and forth
between my page and the server via AJAX.
In terms of .net, can someone give me the overall concept?
Normally, I'd have a function in my codebehind that grabs a dataset and then
binds that to a control on my aspx page.
Are there ajax libraries (1.1) that interact with that concept, basically
'rebinding' a control over AJAX? Or is the concept more that I should have
the server side code do the produce the HTML and then send that back?
More specifically, I'm reading a bit of the ajax.net pro documentation:
http://www.ajaxpro.info/Examples/DataSets/default.aspx
where it talks about transferring datasets via the AJAX. I'm just not clear
on how one would use that to, say, update a repeater control (since that it
server-side concept, not client side).
I'm not looking for specific code right now...just trying to wrap my head
around the larger concept of what the server does vs. the GUI when trying to
update data on screen via AJAX.
Also, tangental question...does anyone know what the license for ajax.net
pro is? I can't seem to find anything on the site. Is it open source?
Commercial? Shareware?
-Darrel
drag-and-drop interaction on my applications GUI. That's working well.
Now I want to take the next step and start passing data back and forth
between my page and the server via AJAX.
In terms of .net, can someone give me the overall concept?
Normally, I'd have a function in my codebehind that grabs a dataset and then
binds that to a control on my aspx page.
Are there ajax libraries (1.1) that interact with that concept, basically
'rebinding' a control over AJAX? Or is the concept more that I should have
the server side code do the produce the HTML and then send that back?
More specifically, I'm reading a bit of the ajax.net pro documentation:
http://www.ajaxpro.info/Examples/DataSets/default.aspx
where it talks about transferring datasets via the AJAX. I'm just not clear
on how one would use that to, say, update a repeater control (since that it
server-side concept, not client side).
I'm not looking for specific code right now...just trying to wrap my head
around the larger concept of what the server does vs. the GUI when trying to
update data on screen via AJAX.
Also, tangental question...does anyone know what the license for ajax.net
pro is? I can't seem to find anything on the site. Is it open source?
Commercial? Shareware?
-Darrel