Questions tagged [httpwebresponse]

This class offers a specialized HTTP implementation for the WebResponse class.

Error response status missing in ajax request causes json bug

I encountered an issue when sending a JSON string to my server in order to update my database. It seems that whenever the symbol & is included in the JSON, I receive no response at all - not even an error message. Can anyone shed light on why this mig ...

The process of loading a unique home page based on the screen size of the device

Looking for assistance on dynamically loading different home pages based on screen size. Any suggestions? For instance, if the screen size is less than 960px, I would like to show the default landing page as index1.html and if the screen size is greater t ...