Jump to content

I need help about ASP.net controls and .net AJAX controls


mad_potty_head

Recommended Posts

Hi all,I am not aware to .net AJAX controls but i need to answer some questions as soon as possible as it will affect so much in my project.Is there a difference between ASP.net server controls and .net AJAX controls ?Does AJAX controls affect the ASP.net server controls ?If I am building an ASP.net website, and i need later to change the controls to AJAX, Does this affect the logic in the server ?thnx all.Regards,mad_potty_head

Link to comment
Share on other sites

they are placed on the page in the same way but yes there would be some differences. THe little I know about AJAX.Net is the <UpdatePanel> is used a lot to wrap server controls in so the .aspx markup won't be hard to implement AJAx later on but you will probably have a bit of work to change the server side logic.check out http://ajax.asp.net/ and watch the ASP.NET AJAX in Action video. it is only 20 minutes and shows you how to build a fully AJAx enabled todo list application easily (in 20 minutes)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...