Hi,
I have a webforms application, and I need to create a way to respond to ajax requests.
I will be either returning HTML or json responses (or maybe even XML).
Should I create a .aspx page for this or a handler of some sort?
Is setting the content type tricky?