Dynamically loading content (ajax) other than using page methods
Posted
by Vince
on Stack Overflow
See other posts from Stack Overflow
or by Vince
Published on 2010-05-13T07:31:46Z
Indexed on
2010/05/13
7:34 UTC
Read the original article
Hit count: 232
I'm working on a site at the moment that loads all of its browser popups by using page methods. This approach works but it's starting to get messy. I also view page methods as ways to perform small tasks, username availability comes to mind.
What other options are there besides page methods and the update panel?
© Stack Overflow or respective owner