Please some one explain me the following in ajax.
1) Is it necessary that I have to use html controls instead of web server control in order to support AJAX in my web page?. (I know we can use Magic AJAX – penal control to do the same. But I don't want to use any third party component or library).
2) As per my understanding in AJAX like technology I can send some information to the server and I can get some info from the server based on the info sent. But if I want to add a new row to my web server datagrid control. How can we do this with AJAX. I mean if I add a blank row to my collection class then how will I reflect that in UI.
3) Is there any simple code sample available in the net that demonstrates the web server control manipulation with AJAX.
Hi,
you can use normal web controls when you use Atlas, which is the AJAX implementation/framework from Microsoft.
For more information and quickstartsplease take a look here.
Grz, Kris.
No comments:
Post a Comment